Foros del Web » Creando para Internet » HTML »

Validar mi código

Estas en el tema de Validar mi código en el foro de HTML en Foros del Web. Hola a todos Estoy validando mi código y me sale un solo error en mi blog(bedomax.com) y no comprendo como resolver: Código: # Error Line ...
  #1 (permalink)  
Antiguo 23/02/2009, 12:50
 
Fecha de Ingreso: enero-2009
Mensajes: 8
Antigüedad: 15 años, 2 meses
Puntos: 0
Validar mi código

Hola a todos

Estoy validando mi código y me sale un solo error en mi blog(bedomax.com) y no comprendo como resolver:

Código:

#  Error  Line 830, Column 99: there is no attribute "params".

…s="lightwindow page-options"  params="lightwindow_width=425,lightwindow_heigh

✉

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.
Utilizo params, ya que lightbox necesita ese parámetro para cargar un flash, de acuerdo a su documentación.

Muchas Gracias por la ayuda.

Última edición por bedomax_web; 23/02/2009 a las 12:58
  #2 (permalink)  
Antiguo 25/02/2009, 08:28
 
Fecha de Ingreso: noviembre-2005
Mensajes: 9
Antigüedad: 18 años, 5 meses
Puntos: 0
Respuesta: Validar mi código

¡Vaya! Justamente iba a crear un hilo preguntando lo mismo.

En mi caso, utilizo el lightwindow y he logrado que no me salte ese error cambiando 'params' por 'target' (además de configurar el .js para su reconocimiento). Desgraciadamente, este cambio hace que entre otro en el que me indica que el contenido (exáctamente el '=') no es válido.
Por lo tanto, vuelvo a las mismas.

Un saludo y lo siento por el creador del tema, no soluciono nuestro caso. ;)
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 14:59.