Archive for February, 2005

Javascript Links

Leave a comment »

Php Links

Leave a comment »

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>

Leave a comment »