how to remove underline from a link code example
Example 1: how to remove underline from link in html
<a href="http://yoursite.com/" style="text-decoration:none">yoursite</a>
Example 2: how to remove underline from link
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>