Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/07/2002, 19:47
c-veca
 
Fecha de Ingreso: marzo-2002
Mensajes: 160
Antigüedad: 22 años, 1 mes
Puntos: 0
Re: ¿Cómo elimino el Subrayado de los links?

Te mando este que quita el surrayado y lo pone cuando pasas por encima:

Copialo entre <head> y </head>

<STYLE><!-- A:LINK {text-decoration : none;} A:VISITED {text-decoration : none;} A:HOVER {text-decoration : underline; color : #0000FF;} A:ACTIVE {text-decoration : none;}
.interlinea { line-height: 14px}
--></STYLE>
Espero te sirva