Links Not Underlined
If you want your links of a page not underlined just use this code. Have it right after the <head> tag. You will need to use it in every single page that you want the links not underlined.
<HTML>
<head>
<style type="text/css">
<!--
A:link {text-decoration:none} A:visited {text-decoration:none}
A:active {text-decoration:none}
-->
</style>
Previous CodePrevious Code
Next Code