Forums

This topic is locked

remove underline on text link..

Posted 07 Nov 2001 04:49:40
1
has voted
07 Nov 2001 04:49:40 mike quintela posted:
just wondering if the underline on a text link can be removed?

Thanx

Replies

Replied 07 Nov 2001 17:21:42
07 Nov 2001 17:21:42 Carlos Pires replied:
<font face='Tahoma'>Yes, you can do it.
Just use a css like this one:
&lt;style type="text/css"&gt;
&lt!--
a { text-decoration: none}
--&gt;
&lt;/style&gt;

but this way all your links will be no underline.
You´d better create a custom style and apply it to
links you don´t want to be underline.

example:

&lt;style type="text/css"&gt;
&lt!--
.nounderline { text-decoration: none}
--&gt;
&lt;/style&gt;
&lt;body.....

&lt;a href="mylink.com" class="nounderline"&gt;my link&lt;/a&gt;
&lt;/body&gt;

Câmbio.
</font id='Tahoma'>

Reply to this topic