Actually you drove past it on two different sides.  It should be:

<ul>
   <li>item 1</li>
   <li>item 2
       <ul>
           <li>sub item 1</li>
           <li>sub item 2</li>
           <li>sub item 3</li>
       </ul>
   </li>
   <li>item 4</li>
   <li>item 5</li>
</ul>

You should enclose nested lists inside a list item, but should not be
inside an *empty* list item.  This denotes a logical expansion on an
item.

let's take this as example:

<h1>Pic-Nic Items</h1>
<ul>
        <li>Sandwiches
                <ul>
                        <li>Turkey Sandwich</li>
                        <li>Roast Beef Sandwich</li>
                </ul>
        </li>
        <li>Potato Salad</li>
        <li>Dill Pickles</li>
        <li>Soada Pop</li>
</ul>

As you can see, the nested list is an elaboration on it's parent list item.

hth,
Stephen 

On Wed, 22 Sep 2004 16:16:39 +0100, Ross Clutterbuck
<[EMAIL PROTECTED]> wrote:
> > No. You had it right the first time
> 
> Really drew? OK, it's a trip to the W3C validator then...
> 
> Confused MOU
> 
> 
> 
> ____ â The WDVL Discussion List from WDVL.COM â ____
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>        Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
> WDVLTALK pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest version:
>     http://wdvl.internet.com/WDVL/Forum/#sub
> 
> ________________  http://www.wdvl.com  _______________________
> 
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> 
> To unsubscribe via postal mail, please contact us at:
> Jupitermedia Corp.
> Attn: Discussion List Management
> 475 Park Avenue South
> New York, NY 10016
> 
> Please include the email address which you have been contacted with.
> 
>

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to