[thelist] p tags in lists

James Aylard thelist at lists.evolt.org
Tue Sep 10 10:58:01 2002


Tony,

> a few weeks ago there was a thread running about using <p> within <li>

See http://lists.evolt.org/archive/Week-of-Mon-20020819/121028.html

    For some reason, the thread seems to be broken into different pieces, so
you might want to look at the various posts with "CSS lists line height" in
the subject.

> Is <li><p> a paragraph (more than one line) of text</p></li> valid?

    Yes, it is valid. The other approach is to apply margin-top or
margin-bottom to your li elements (although Netscape 4.x won't handle these
properly).

James Aylard