How To Remove Underscores from Hyperlinks

 

On the page from which you want to remove the hyperlink underscores, just add the following HTML code before </head>:

<style type="text/css">
A:link {text-decoration: none;}
A:hover {text-decoration: none;}
A:visited {text-decoration: none;}
</style>

 

 

Home

©2008 Gil Ayan.  All Rights Reserved