Hola a todos,
Tengo el problema que declaro mi pagina como "XHTML 1.0 Strict" y no me valida esta parte:
<form id="f1" action="http://www.openges.com/index.php" method="post">
<input type="hidden" id="paro" value="qqeeRtfv" />
</form>
me dice:
Line 46, Column 116: 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…/index.php" method="post"><input type="hidden" id="paro" value="qqeeRtfv" /></form>
Podeis ver la pagina en http://www.openges.com
Un saludo a todos