This list seems to give an error when trying to use w3c validator:
<ul class="navtest" >
<ul>
<li><a href="url.php">Fall Catalog</a></li>
<li><a href="url.php">Contact us</a></li>
</ul>
</ul>
The error I get is: Line 94, Column 12: start tag for “LI” omitted, but its declaration does not permit this
<ul>
Is there something I am doing wrong? Using: HTML 4.01 Transitional
missing li’s