Mozilla and HTML Unordered Lists
Posted: Wed Dec 15, 2004 10:04 am
I've got an unordered list. It displays with 3 dots in ie (the default). It doesn't display with dots at all in Mozilla. Anyone know how I can fix that?
Nothing fancy. The items aren't even indented in mozilla. AFAIK, this is Mozilla 1.0.
Code: Select all
<ul>
<li> #1
<li> #2
<li> #3
</ul>