mi potresti postare gli errori che ti vengono segnalati?
dal grande Opera (che con la 9.51 ha deciso di cambiare da ctrl+alt+v a ctrl+al+shift+u giusto per semplicità...)
Line 120, Column 11: there is no attribute "width".
<td width="100%" class="contentheading">
Line 173, Column 30: document type does not allow element "script" here.
Line 197, Column 136: there is no attribute "name".
…d=1&Itemid=7" method="post" name="emailForm" id="emailForm" class="form-v
Line 231, Column 57: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
<input type="hidden" name="option" value="com_contact" />
riassumento:
-width nei tag TD
-script non nell'head
-attributo name nel tag FORM
-elementi sparsi dentro al FORM invece che in un DIV o altro
se vuoi io ho già tolto i suddetti problemi, cercando
dentro i sorgenti e mettendo style per i width, 2 script nel head del template (e togliendo l'attributo language che xhtml1 strict non vuole), mettendo dei div e dentro questi gli input delle form e togliendo il name delle FORM.
però mi fa paura il fatto che manchi anche altro,
tipo label o robe strane della Stanca....
quando ci guardai tempo fa non trovai nessun validator per la legge stanca. ora esiste qualcosa?
Ciao e grazie