[techtalk] LaTeX

Wendt,Andrew awendt at neo.rr.com
Wed Feb 9 20:14:09 EST 2000


On Wed, 09 Feb 2000, you wrote:
>On Wed, 9 Feb 2000, Robert Kiesling 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.
[...]
>Nope, still dead.  That's quite odd, because I've looked at the HTML and
>it really doesn't look that unusual...strange.  I'll let you know if I
>figure out where it's choking...

When I view the source, I see this:

[...snip...]
<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>
[...snip...]

There's an IFRAME, that starts inside the HEAD, and finishes in the body of the
document? Doesn't look good to me. I changed it to this:

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

And the page renders, except the jpeg... What's the point of the IFRAME anyway?
Why not just put the jpeg on the page?

TTFN
Andy

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




More information about the Techtalk mailing list