Foros del Web » Creando para Internet » HTML »

Error validación Html...

Estas en el tema de Error validación Html... en el foro de HTML en Foros del Web. BuenaS! He corregido la mayoría, pero este no le encuentro solución... Mi doctype es el siguiente: Código: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> ...
  #1 (permalink)  
Antiguo 17/05/2011, 12:17
jesusgox
Invitado
 
Mensajes: n/a
Puntos:
Error validación Html...

BuenaS!
He corregido la mayoría, pero este no le encuentro solución...
Mi doctype es el siguiente:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
          "http://www.w3.org/TR/html4/frameset.dtd">
El error es éste:

Código:
Line 9, Column 52: there is no attribute "FRAMESPACING"
<frameset rows="75,*" frameborder="0" framespacing="0">
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).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Gracias ;)
  #2 (permalink)  
Antiguo 17/05/2011, 13:01
Avatar de zerokilled
Javascripter
 
Fecha de Ingreso: abril-2009
Ubicación: Isla del Encanto, La Borinqueña [+>==]
Mensajes: 8.050
Antigüedad: 15 años
Puntos: 1485
Respuesta: Error validación Html...

buenas,
concentrate en lo que te he subrayado.

Código:
Line 9, Column 52: there is no attribute "FRAMESPACING"
<frameset rows="75,*" frameborder="0" framespacing="0">
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.
__________________
la maldad es una virtud humana,
y la espiritualidad es la lucha del hombre contra su maldad.
  #3 (permalink)  
Antiguo 17/05/2011, 14:01
jesusgox
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Error validación Html...

Cita:
Iniciado por zerokilled Ver Mensaje
buenas,
concentrate en lo que te he subrayado.

Código:
Line 9, Column 52: there is no attribute "FRAMESPACING"
<frameset rows="75,*" frameborder="0" framespacing="0">
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.
He cambiado el doctype por si no era compatible, pero no me ha solucionado nada :(
  #4 (permalink)  
Antiguo 17/05/2011, 14:21
Avatar de zerokilled
Javascripter
 
Fecha de Ingreso: abril-2009
Ubicación: Isla del Encanto, La Borinqueña [+>==]
Mensajes: 8.050
Antigüedad: 15 años
Puntos: 1485
Respuesta: Error validación Html...

¿a que otro doctype lo puedes cambiar si el unico que existe para marcos es el frameset.dtd? no todo se resuelve cambiando el doctype. la razon de existir distintos doctypes es para que el autor pueda adaptar su proyecto de acuerdo a la necesidad. pero si en el doctype que estas usando, algo no esta definido, entonces significa que debes removerlo. si requieres su uso tienes dos opciones: cambia el doctype a uno mas compatible -si existe- con tu documento, o simplemente lo dejas sabiendo que tu documento no cumple con la validacion.
__________________
la maldad es una virtud humana,
y la espiritualidad es la lucha del hombre contra su maldad.
  #5 (permalink)  
Antiguo 20/05/2011, 05:46
Avatar de jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 9 meses
Puntos: 361
Respuesta: Error validación Html...

Hola:

O le quitas el framespacing que te da el error.

Saludos.


Etiquetas: validar
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 23:29.