Which is the CORRECT way to have multiple levels deep of listings:
<ul>
<li>Menu item</li>
<ul>
<li>List Item</li>
<li>List item 2</li>
</ul>
</ul>'
or:
<ul>
<li>Menu item
<ul>
<li>List Item</li>
<li>List item 2</li>
</ul>
</li>
</ul>'
Thanks
SonicMailer Pro
The best mailing list manager has just gotten better!
Click here for a full list of features!






brady.k posted this at 02:05 — 5th August 2004.
He has: 1,383 posts
Joined: Feb 2002
The second one is the correct way