Foros del Web » Creando para Internet » HTML »

there is no attribute "pluginspage" ?

Estas en el tema de there is no attribute "pluginspage" ? en el foro de HTML en Foros del Web. Hola amigos del foro :)! Quería saber si alguien me puede ayudar con lo siguiente: He intentado validar un sitio diseñado en XHTML Strict y ...
  #1 (permalink)  
Antiguo 10/04/2008, 09:02
 
Fecha de Ingreso: abril-2003
Mensajes: 74
Antigüedad: 21 años
Puntos: 0
there is no attribute "pluginspage" ?

Hola amigos del foro :)!

Quería saber si alguien me puede ayudar con lo siguiente:

He intentado validar un sitio diseñado en XHTML Strict y me saltan los siguientes errores, los cuáles están asociados a un pequeño banner en flash que he insertado:
.................................................. .................................................. .............................

# Line 34, Column 202: there is no attribute "width".

…<param name="documentos/1.swf" width="220" height="89" play="true" LOOP="true



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.


# Error Line 34, Column 215: there is no attribute "height".

…documentos/1.swf" width="220" height="89" play="true" LOOP="true" QUALITY="hi



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.


.................................................. .................................................. ...........................

Y así sigue con todo un listado del mismo tipo...

¿Sabrían decirme como solucionarlo para mejorar el sitio?

Muchas gracias por su tiempo!
  #2 (permalink)  
Antiguo 10/04/2008, 09:08
Avatar de JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Re: there is no attribute "pluginspage" ?

Movido al foro de (X)HTML desde Css.

Saludos,
  #3 (permalink)  
Antiguo 11/04/2008, 04:02
Avatar de andriuch  
Fecha de Ingreso: abril-2004
Mensajes: 65
Antigüedad: 20 años
Puntos: 0
Re: there is no attribute "pluginspage" ?

Creo que el error explica perfectamente el error y para solucionarlo, haz caso a esta frase: "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."

A todos nos cuesta mucho, pero tenemos que acostumbrarnos a leer todo el texto de los errores que nos dan, porque seguramente la explicación esté ahi.
  #4 (permalink)  
Antiguo 11/04/2008, 04:07
Avatar de Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: there is no attribute "pluginspage" ?

Yo creo que en realidad dice que no se pueden usar los atributos width y height dentro de las etiquetas en el modo Strict, y así es. Los atributos deben estar fuera, porque ese modo no permite elementos de formateo dentro de las propias etiquetas. Te dice si quizá intentas validar con Strict cuando en realidad hubieras querido hacerlo con Transitional.

Mikel.
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 00:50.