Foros del Web » Creando para Internet » HTML »

Validation marquee y href dentro de textarea

Estas en el tema de Validation marquee y href dentro de textarea en el foro de HTML en Foros del Web. Hola, tengo estos 4 problemas: Cita: 1. Line 145, column 75: document type does not allow element "A" here ...eamdesign/index.html" target="_blank" > <img src="banners/OrderGFX.gif" border= ...
  #1 (permalink)  
Antiguo 10/06/2005, 14:12
 
Fecha de Ingreso: octubre-2004
Mensajes: 234
Antigüedad: 19 años, 5 meses
Puntos: 0
Validation marquee y href dentro de textarea

Hola, tengo estos 4 problemas:

Cita:
1. Line 145, column 75: document type does not allow element "A" here

...eamdesign/index.html" target="_blank"><img src="banners/OrderGFX.gif" border=

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

2. Line 155, column 23: there is no attribute "ONMOUSEOVER"

<marquee onmouseover="stop()" onmouseout="start()">

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.

3. Line 155, column 43: there is no attribute "ONMOUSEOUT"

<marquee onmouseover="stop()" onmouseout="start()">

4. Line 155, column 52: element "MARQUEE" undefined

<marquee onmouseover="stop()" onmouseout="start()">

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
El primer error lo detecta aqui:

Código PHP:
                <tr>
        <
td colspan="7" class="textarea">
        <
img src="banners/OrderGFX.gif" border="0" height="31" width="88" alt="Order GFX">
        <
textarea cols="16" rows="10" readonly>
        <
a href="http://www.arwinianos.net/teamdesign/index.html" target="_blank"><img src="banners/OrderGFX.gif" border="0" height="31" width="88" alt="OrderGFX"></a>
        </
textarea>
        </
td
Y los demas aqui:

Código PHP:
<marquee onmouseover="stop()" onmouseout="start()">
        <
a href="http://www.trucoswindows.net" target="_blank"><img src="banners/tw.gif" border="0" height="31" width="88" alt="trucoswindows.net"></a>
        <
a href="http://hackzone.webcindario.com/" target="_blank"><img src="banners/hackzone.gif" border="0" height="31" width="88" alt="Hackzone"></a>
        </
marquee
y la verdad no sé cómo solucionarlos y dada mi desesperación, decidi pedir su valiosa ayuda
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 05:05.