Re: Can someone please explain that error

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