Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2002, 08:39
Avatar de Threepwood
Threepwood
 
Fecha de Ingreso: febrero-2002
Ubicación: Argentina
Mensajes: 906
Antigüedad: 22 años, 2 meses
Puntos: 4
Re: Links sin subrayar?

Hola!

Eso se hace con html y CSS.

<style>A:link {
COLOR: #FFFFFF; TEXT-DECORATION: line
}
A:visited {
TEXT-DECORATION: none
}
A:hover {
COLOR: #00FF00; TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
</style>
<style type="text/css">A {
TEXT-DECORATION: none
}
</style>

Con ese codigo tus enlaces apareceran sin la rayita. Si quieres que aparezaca cuando se situen sobre el cambia donde dice A:hover Text Decoration line

Saludos

<html><center><embed src="http://www.samue.com.mx/firma2.swf" height=70 width=320><BR></embed></center></html>