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

Re: HTML syntax errors



On Thu, Jan 03, 2002 at 02:53:18PM -0500, James A. Treacy wrote:
> The mistakes in devel/join/ (that are left) are due to:
> 1 <p>
> 2 <ul>....</ul>
> 3 </p>
> 
> It complains that line 3 has an 'end tag for element "P" which is not
> open'. It looks like lists are not allowed in paragraphs. Is this the
> case?
Yes; that's the problem. It should be:
1 <p>...</p>
2 <ul>...</ul>
3 <p>...</p>

Jaime



Reply to: