Remove the Underline Links on a particular Webpage
Enter the following code into the HEAD section of your web page and the links will no longer be underlined.
<style type=”text/css”>
<!–
A:link {text-decoration:none}
A:visited {text-decoration:none}
–>
</style>
