Ver Mensaje Individual
  #11 (permalink)  
Antiguo 17/02/2010, 11:30
rufus
 
Fecha de Ingreso: mayo-2009
Ubicación: Andalucia
Mensajes: 650
Antigüedad: 15 años
Puntos: 1
Respuesta: validar html y css de w3c

de 30 y pico errores que tenia en el index ya solo me quedan dos pongo el error:

document type does not allow element X here



The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

* Line 90, column 78: document type does not allow element "script" here

…p://analytics.hosting24.com/count.php"></script>

* Line 91, column 10: document type does not allow element "noscript" here

<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting

Y la traduccion al español:


El elemento mencionado anteriormente se encontró en un contexto donde no está permitido. Esto podría significar que usted tiene mal anidado elementos - como el estilo de un "elemento" en el "cuerpo" en lugar de dentro "de cabeza" - o dos elementos que se superponen (que no se permite).

Una causa común de este error es el uso de la sintaxis XHTML en los documentos HTML. Debido a las normas de HTML de los elementos implícitamente cerrado, este error puede crear efectos en cascada. Por ejemplo, "XHTML utilizando el auto-cierre" de etiquetas "meta" y "link" en la "cabeza" de un documento HTML puede provocar que el analizador de inferir el final de la "cabeza" y del principio del "cuerpo sección "(donde" enlace "y" meta "no se les permite, de ahí el error de publicación).

* Línea 90, columna 78: tipo de documento no permite el "elemento de script" aquí

... P: / / "analytics.hosting24.com/count.php> </ script>

* Línea 91, columna 10: tipo de documento no permite el "elemento" noscript "aquí

<noscript> <a href="http://www.hosting24.com/"> <img src = "http://analytics.hosting.

este tampoco lo entiendo....