Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/08/2008, 16:11
Avatar de [NiRVaNa]
[NiRVaNa]
 
Fecha de Ingreso: abril-2004
Ubicación: Someplace In The Middle Of Nowhere!
Mensajes: 325
Antigüedad: 20 años
Puntos: 6
Respuesta: Quitar borde enlaces a imagenes

Prueba con algo asi
Código HTML:
<style type="text/css">
a img {
    border: 0px none;
}
</style> 
eso va dentro del tag <head>

Salu2