Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/02/2002, 06:46
bet
 
Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Quitar Subrallado de un Vinculo?

Sí, se puede hacer.
Entre las etiquetas <head> y </head> agregá el siguiente código:

<pre>
&lt;style type=&quot;text/css&quot;&gt;
a:link {text-decoration: none; }
a:visited{text-decoration: none; }
a:hover { text-decoration: none; }
&lt;/style&gt;
</pre>

<hr noshade size=1 color="#000000"><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]