Previous Message
Next Message

nested lists not validate???

Sent by Char James-Tanny on 24 January 2004 00:12


> here's the site
> http://www.constructweb.com/temp/
> 
> does xhtml allow nested lists
> it will not validate because of the nav

You've closed the outside list before the nested list. It should be:

<ul><li>open outside list <!-- no </li> here -->
<ul><li>open inside list</li>
<li>more inside</li>
<li>now close inside</li></ul>
</li></ul> !-- close outside -->

(doing this from memory and hoping it's right!)

So...move the </li>s for Portfolio and Web Design to AFTER the </ul>s after
Graphics and Misc (respectively) and the file should validate.

Char James-Tanny


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message