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