[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HTML syntax errors



On Thu, Jan 03, 2002 at 03:44:31PM -0500, James A. Treacy wrote:
> In partners/index.en.html, the author wants to use a <p> in a list. Just
> change them to <br>? You really should be able to have paragraphs in a
> list.
You can have paragraphs inside listitems; in fact, I usually do the following:

<ul>
<li><p>firts item</p></li>
<li><p>second item</p></li>
</ul>

Jaime



Reply to: