Sto convalidando il mio sito con la Markup Validation Service
Check the markup (HTML, XHTML, …) of Web documents del sito di

L'unico problema che mi appare è questo errore che vi riporto interamente:
----------
Line 465, Column 11: end tag for "table" which is not finished.
</table>
Most likely, you nested tags and closed them in the wrong order. For example

[i]...</p> is not acceptable, as [i] must be closed before

. Acceptable nesting is:

...</p>

Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
-------
E che si riferisce alla pagina della colonna centrale del mio templates di mkportal e che vi riporto interamente(cosi com'è in spazi e tutto):
--------


<td valign="top" align="left" width="100%">
<table cellpadding="0" cellspacing="3" border="0" width="100%">
{$blocks}
</table>
</td>
---------
Dov e il problema che devo modificare ? Se sposto anche qualcosa la pagina index del template sballa!
Aiutatemi please!

il link della convalida w3c del mio sito e qui http://validator.w3.org/check?uri=ht...rg%2Findex.php

grazie anticipatamente