Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/01/2011, 06:57
NazCarLpa
 
Fecha de Ingreso: marzo-2009
Ubicación: España
Mensajes: 371
Antigüedad: 15 años, 1 mes
Puntos: 5
Problema con código botón me gusta de Facebook

Hola a todos;

Esta semana he querido hacer una nueva implantación en mi página web del botón "me gusta" de Facebook así como de botones para acceder a las redes sociales pero me he encontrado con un inconveniente que me está tocando mucho la moral.

A la hora de comprobar la validación del código HTML (que antes estaba impoluto), me salta un error del código de este botón (que facilita Facebook directamente).

Me preguntaba si alguien de ustedes se ha encontrado con el mismo problema y si me podrían ayudar para quitar este error que me impide tener el código totalmente limpio.

A continuación les pongo el error:

************************************************** *********
Validation Output: 1 Error

1. Error Line 184, Column 314: there is no attribute "allowTransparency"

…75px; height:65px;" allowTransparency="true"></iframe><p><a target="_blank" ti…



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

La página a validar es http://www.nclogos.es

Muchas gracias.