remove underlines on a tags code example
Example 1: how to remove underline from link
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
Example 2: remove underline in anchor tag
text-decoration:none;
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
text-decoration:none;