Re: Nested Lists
Stephanos Piperoglou (sp249@cam.ac.uk)
Wed, 11 Mar 1998 17:26:33 +0000 (GMT)
Date: Wed, 11 Mar 1998 17:26:33 +0000 (GMT)
From: Stephanos Piperoglou <sp249@cam.ac.uk>
To: Fredrik Wangel <fw11ab@student.hik.se>
cc: www-html@w3.org
In-Reply-To: <3506BEB6.2ABEFFE6@student.hik.se>
Message-ID: <Pine.LNX.3.96.980311172449.18640B-100000@teatime.joh.cam.ac.uk>
Subject: 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/ --