Re: Nested Lists

On Wed, 11 Mar 1998, Fredrik Wangel wrote:

> My list was in principle constructed as follows:
> 
>    <ul>
>       <li>Heading</li>
>       <ul>
>          <li>Subitem</li>
>          <li>Subitem</li>
>       </ul>
>    </ul>

My guess is that the list must be contained within a list element like this:

<ul>
 <li>Heading
     <ul>
      <li>foo</li>
      <li>bar</li>
     </ul>
 <li>Baz
</ul>

> ... and another thing:
> Why is there no List Header <lh></lh> element?

See above, it should work fine.

-- Stephanos Piperoglou -- sp249@cam.ac.uk -------------------
All I want is a little love and a lot of money. In that order.
------------------------- http://www.thor.cam.ac.uk/~sp249/ --

Received on Wednesday, 11 March 1998 12:28:23 UTC