Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/10/2011, 05:12
carlos123
 
Fecha de Ingreso: diciembre-2003
Ubicación: Santander
Mensajes: 81
Antigüedad: 20 años, 4 meses
Puntos: 1
XHTML 1.0 Strict y form

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