Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/03/2002, 14:16
Avatar de Threepwood
Threepwood
 
Fecha de Ingreso: febrero-2002
Ubicación: Argentina
Mensajes: 906
Antigüedad: 22 años, 2 meses
Puntos: 4
Re: link sin subrayado en Dreamweaver, esposible?

Hola...

Eso lo haces con una hoja de estilo...
Código:
 <style>A:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
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>
Saludos..

<img border="0" src="http://www.samue.com.mx/ag.gif" width="350" height="70">