|
Posted by Dylan Parry on 12/08/05 14:01
Pondering the eternal question of "Hobnobs or Rich Tea?", Doug Mazzacua
finally proclaimed:
> I noticed that that <ul> lists display differently with <br> between
> <li>s in IE and Mozilla.
You mean something like this?
<ul>
<li>Item 1</li>
<br>
<li>Item 2</li>
<br>
....
<li>Item n</li>
</ul>
Well it is *invalid* code, so I'm not surprised that it looks different
on different browsers. If you meant having the line breaks *within* the
list items, then I haven't come across that problem before.
--
Dylan Parry
http://electricfreedom.org -- Where the Music Progressively Rocks!
Usenet: The first post is free, but the next will cost you your soul.
Navigation:
[Reply to this message]
|