- From: Orso Grigio <grizzly@worldonline.it>
- Date: Wed, 31 Jan 2001 06:36:53 +0000 (GMT)
- To: Dirk Foersterling <milliByte@gmx.net>
- cc: www-validator@w3.org
On Wed, 31 Jan 2001, Dirk Foersterling wrote:
> <UL>
> ^
> Error: document type does not allow element "UL" here;
Sometimes i got that error too, but generally the real cause is "missing
a <p> or <div> or <blockquote>", i mean:
<div><ul><li>First element</li>
<li>Second element</li>
</ul>
</div>
doesn't give the error, while:
<p>something</p>
<ul><li>something x</li>
<li>something y</li>
</ul>
gives it.
Shalom,
Grizzly (@worldonline.it/@uibbs2.net/@bbk.org/@freemail.co.za)
--
ICQ #71340428, irc on #siracusa/#kernelp - http://www.uibbs2.net
ABORRO/I DISLIKE microsoft, html, spam, attach > 100K & pings
Received on Wednesday, 31 January 2001 01:37:08 UTC