how to remove underline from link

47

<a href="http://yoursite.com/" style="text-decoration:none">yoursite</a>
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
a{
   text-decoration: none;
}

Comments

Submit
0 Comments