[thelist] Weird line spacing in IE

Bill Mason data at data1701d.com
Mon Apr 16 13:50:31 CDT 2001


At 11:25 AM 4/16/01, you wrote:
>I've noticed in the IE browser, an entire paragraph or page of text will
>appear fine...except for the very last line.  The last line has extra space
>(leading) above.

The one time I say something like this, I was indenting the coding for easy 
reading and my closing </p> tags were on a separate line from the paragraph 
body:

<p>
   Stuff.
</p>

Bringing the </p> up right at the end of the text fixed it:

<p>
   Stuff</p>

Bill Mason
data at data1701d.com
Dateline: Starfleet
http://www.data1701d.com
http://profile.guru.com/billmason





More information about the thelist mailing list