A nivel Normal sin errores veo que se puede llegar.
A nivel 1 me parece prácticamente imposible...
Mi página http://fullpcinformatica.com.ar/marcar/index.php
Hoja de estilo http://fullpcinformatica.com.ar/marc...lo/estilos.css
¿Cómo puedo hacer para solucionarlos?
La valdiación nivel 1 me tira
línea 6 columna 1 - Acceso: [6.1.1.1]: style sheets require testing (link).
Código HTML:
<link href="estilo/estilos.css" rel="stylesheet" type="text/css">
línea 14 columna 2 - Acceso: [6.1.1.3]: style sheets require testing (style attribute).
línea 16 columna 2 - Acceso: [6.1.1.3]: style sheets require testing (style attribute).
línea 17 columna 2 - Acceso: [6.1.1.3]: style sheets require testing (style attribute).
Código HTML:
<input type="text" name="usuario" class="textForm" style="width:70px "><br /> <input type="password" name="clave" class="textForm" style="width:70px "><br /></p> <p style="float:right "><input name="submit" type="submit" value="Entrar" class="buttonForm"> </p>
línea 14 columna 2 - Acceso: [2.1.1.5]: ensure information not conveyed through color alone (input).
línea 16 columna 2 - Acceso: [2.1.1.5]: ensure information not conveyed through color alone (input).
línea 17 columna 26 - Acceso: [2.1.1.5]: ensure information not conveyed through color alone (input).
(las mismas líneas que antes) y con problemas similares.......
Gracias