Salve raga.
Ho visto che il mio sito www.infototi.altervista.org non rispetta lo standard W3C.
Infatti andando sul sito:
http://validator.w3.org/
e inserendo il nome del mio sito, mi da un'errore:
codice:
Line 230, Column 29: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<ul class="mostread_menu">
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "
" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Non riesco a risolverlo.
Potete aiutarmi?