Ver Mensaje Individual
  #7 (permalink)  
Antiguo 31/05/2009, 12:40
Avatar de murderer
murderer
 
Fecha de Ingreso: marzo-2009
Ubicación: Argentina/Misiones/Iguazu/Localhost
Mensajes: 196
Antigüedad: 15 años, 1 mes
Puntos: 2
Respuesta: Problema con iframes y W3C

Hola Kseso?,

Me fije lo que pusiste, pero con resultados .

Los errores que ahora tiran son:


-----1-------

# Error Line 7, Column 13: Attribute "src" exists, but can not be used for this element.

<iframe src="/counter-strike/index.html" style="height:100px; width:100px"></ifr

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).

-----2--------

Line 7, Column 48: Attribute "style" exists, but can not be used for this element.

<iframe src="/counter-strike/index.html" style="height:100px; width:100px"></iframe>

-------3-------

Line 7, Column 75: element "iframe" undefined. Did you mean "iframe" or "frame"?

…x.html" style="height:100px; width:100px"></iframe>

Nota: uso HTML 1.1


Por si las dudas, no hay otra alternativa de rotar banners que no sea con iframes?

Desde ya muchas gracias,

Saludos!

Murderer