Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2005, 11:09
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola kahlito

Vayamos por partes:

- Line 75, column 17: there is no attribute "LANGUAGE" (Quita el atributo languaje)
Código:
<script type="text/javascript" src="http://m1.nedstatbasic
- Line 83, column 105: document type does not allow element "A" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag

Creo que es porque a un enlace (<a>) por ahí suelto, debería ir dentro de alguna de las etiquetas que te indican
Código:
<p><a href="algo.html">Enlace</a></p>
- Line 86, column 101: document type does not allow element "BR" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag

Similar al anterior. Además, no se si en html 4.1 es obligatorio, la etiqueta <br> debe quedar asi: <br />

- Line 88, column 10: end tag for "NOSCRIPT" which is not finished

Esta no me la se

Espero que puedas ir avanzando. Saludos,