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