Archive for February, 2005
Remove Line Underneath Links
Want to get rid of the line underneath your links? You can remove them easily by adding the following code between the </title> and </head> tags in your page.
<style type=”text/css”><!–A:link {text-decoration:none}
A:visited {text-decoration:none}–> </style>