|
Removing the
underlines from your links.
Requires
IE 4.0 or Higher To remove the underlines from on a link.
Notice
A:
link
='s Hyperlink
A: Visited
='s Visited Hyperlinks
A: Active
='s Active Hyperlink
Simply place before the
body before the header as below.
<HTML>
<style type="text/css">
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
</style>
<HEAD>
<TITLE>EyeTweaks
Designs</TITLE>
</HEAD>
<BODY>
Note:
Where Title ='s EyeTweaks Designs place the title of your
page.
|