CodingForums.com
>
:: Client side development
>
HTML & CSS
> How do I take out the underline from a link
PDA
View Full Version :
How do I take out the underline from a link
hybrid03
10-19-2002, 11:13 PM
How do I take out the underline from a link? wasnt it </u> I forgot.. :o Please help.
Nightfire
10-19-2002, 11:36 PM
<style>
a{
text-decoration:none;
}
</style>
Put that in the header
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.