- From: Lachlan Hunt <lachlan.hunt@iinet.net.au>
- Date: Sun, 19 Sep 2004 18:10:02 +1000
- To: Seguer of the Void <seguer_au@hotmail.com>
- CC: www-validator@w3.org
Seguer of the Void wrote:
>
> Line 95, column 5: end tag for element "P" which is not open
>
> </p>
> <p>
> <div class="stats">
> <a class="header">Total: </a><a>34</a><br />
> <a class="header">Allows: </a><a>30</a><br />
> <a class="header">Blocks: </a><a>4</a><br />
> </div>
> </p>
<p> cannot contain <div> Try:
<p class="stats">
<a class="header">Total: </a><a>34</a><br />
<a class="header">Allows: </a><a>30</a><br />
<a class="header">Blocks: </a><a>4</a><br />
</p>
--
Lachlan Hunt
http://lachy.id.au/
http://getfirefox.com/ - Rediscover the Web
http://spreadfirefox.com/ - Igniting the Web
Received on Sunday, 19 September 2004 08:10:41 UTC