linuxis
06-13-2006, 06:48 AM
I just run the w3c validator and it gives me 1 error, namely:
Line 50, column 3: end tag for element "P" which is not open.
I'm using this css:
p.leftmargin {margin-left: 1cm;}
and this html:
<p class="leftmargin">
<table>
blabla
</table>
</p>
Why am I getting this validation error ?
Line 50, column 3: end tag for element "P" which is not open.
I'm using this css:
p.leftmargin {margin-left: 1cm;}
and this html:
<p class="leftmargin">
<table>
blabla
</table>
</p>
Why am I getting this validation error ?