Foros del Web » Creando para Internet » Diseño web »

Validacion W3C en mi web ... fatal.

Estas en el tema de Validacion W3C en mi web ... fatal. en el foro de Diseño web en Foros del Web. Buenas he validado mi web y me encuentra 283 errores solo en la principal ( todavia alucino pero venga ), pero es que si no ...
  #1 (permalink)  
Antiguo 15/12/2008, 06:11
 
Fecha de Ingreso: octubre-2005
Mensajes: 132
Antigüedad: 18 años, 6 meses
Puntos: 1
Validacion W3C en mi web ... fatal.

Buenas he validado mi web y me encuentra 283 errores solo en la principal ( todavia alucino pero venga ), pero es que si no todos casi todos no entiendo el error, a ver si me podeis ayudar.
Cita:

<meta NAME="language" CONTENT="es" />
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
Y me señala en muchisimos errores lo mismo la coma, ¿Que esta mal?, en serio no lo entiendo.


El link de validacion es aqui :
http://validator.w3.org/check?uri=ww...group=0#result

Venga gracias
__________________
------------------------------------------------------------------
Vente a jugar al ajedrez :
Jugar ajedrez online
  #2 (permalink)  
Antiguo 15/12/2008, 08:17
Avatar de gVenom  
Fecha de Ingreso: julio-2008
Ubicación: Costa Rica
Mensajes: 1.458
Antigüedad: 15 años, 9 meses
Puntos: 53
Respuesta: Validacion W3C en mi web ... fatal.

Cita:
Iniciado por chelejuan4 Ver Mensaje
<meta NAME="language" CONTENT="es" />
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
Saludos. Bueno, según lo que reporta el error, el problema está en el Doctype que estas usando( qu no se cual será). Estas usando algún parámetro que este no soporta.El mismo te recomienda que uses un Doctype Transitional para tratar de validar el documento. Sería mas facil si pusieras el código de tu página para verlo y tener una mejor perspectiva del asunto.
__________________
"Al que venciere y guardare mis obras hasta el fin, yo le daré autoridad sobre las naciones."
Apocalipsis 2: 26
Servicios para Pymes http://dst.co.cr
  #3 (permalink)  
Antiguo 15/12/2008, 09:21
 
Fecha de Ingreso: julio-2008
Mensajes: 15
Antigüedad: 15 años, 9 meses
Puntos: 1
Respuesta: Validacion W3C en mi web ... fatal.

te recomiendo que leas esto:

http://roble.pntic.mec.es/apuente/html/xhtml/02.htm
  #4 (permalink)  
Antiguo 15/12/2008, 11:31
 
Fecha de Ingreso: diciembre-2008
Ubicación: Cordoba
Mensajes: 127
Antigüedad: 15 años, 4 meses
Puntos: 17
Respuesta: Validacion W3C en mi web ... fatal.

te recomiento que guardes esto como plantilla para q uses en todos tus proyectos esto es lo mas correcto.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es" xml:lang="es-es">
<head>
<title>...TuTitulodePagina...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="xxxx" />
<meta name="Description" content="xxxx" />
<meta name="Author" content="xxx" />
<meta name="Subject" content="xxxx" />
<meta name="Language" content="idioma" />
<meta name="Robots" content="index, follow" />
</head>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 16:08.