[techtalk] LaTeX

Noah L. Meyerhans frodo at morgul.net
Wed Feb 9 19:35:44 EST 2000


On Wed, 9 Feb 2000, Linda Walsh wrote:

> > Eeek!  Mozilla M13 completely chokes when trying to render
> > www.mainmatter.com!  It just puts up a little gray rectangle!  It's quite
> > possibly a bug in Mozilla, but I've been using it as my primary browser
> > since it came out, and it's able to render almost all pages I've come
> > across.  You might want to check your HTML.
> ---
> 	Hmm.  Works fine in Netscape 4.7, viewing the source in NS doesn't
> hilite any syntax errors.  Weird.

I think I've got it.  And it actually does look like a bug in the HTML.
An <iframe> tag is opened within the document head, then the head is
closed, but the <iframe> is still open!  The <iframe> tag doesn't close
until after the head is closed!  Not only that, but the <body> tag is
within the <iframe>!

This is copies from the source:

<iframe name="Header" height=125 >
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#55188A"
alink="#FF0000">
<center>
<img SRC="faq-page-title-2.jpg" height=150 width=512></iframe>
</center>

It should probably look more like this:

<iframe name="Header" height=125 >
<center>
<img SRC="faq-page-title-2.jpg" height=150 width=512>
</center>
</iframe>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#55188A"
alink="#FF0000">

noah

  PGP Public Key available at http://www.morgul.net/~frodo/mail.html 
  or by `finger -l frodo at morgul.net` 

"One World, One Web, One Program" - Microsoft Promotional Ad
"Ein Volk, Ein Reich, Ein Fuhrer" - Adolf Hitler   


************
techtalk at linuxchix.org   http://www.linuxchix.org




More information about the Techtalk mailing list