Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/04/2008, 22:05
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 7 meses
Puntos: 59
Re: Problema con subrayado en las imagenes

Pon esto entre <head> </head>

Para quitar el borde a las imagenes:
Cita:
<style type="text/css">
a img {
border: 0;
}
</style>
Quitarle subrayado a los links:
Cita:
<style type="text/css">
a:link {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
a:visited {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
a:hover {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
a:active {
font-family: verdana,arial,tahoma;
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
}
</style>
Espero haberte ayudado.

Suerte
__________________
· No contesto por M.P.