Make the links change to red when the mouse over
Code:
<HTML>

<HEAD>
<TITLE>Name of your page</TITLE>

<STYLE type="text/css">
<!--A:hover {color: #FF0000;}//-->
</STYLE>
<STYLE type="text/css">
<!--A.noline {text-decoration: none};//-->
</STYLE>
</HEAD>
If you want to get rid of the underline in the links :
Code:
<HTML>

<HEAD>
<TITLE>Name of your page</TITLE>

<style type="text/css">
<!--
A:link {text-decoration: none} A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
</style>

</HEAD>
Make an e-mail link with the subjet line preset:
Code:
<A HREF="mailto:[email protected]?Subject=subject of email">subject goes here</A>
When you run your Cursor over a Specific link or Banner, Instead of a URL being displayed at the bottom of my Browser, There is a little message that is shown. For example "Click here for my links page" etc.
Code:
<a href="#" onMouseOver="window.status='Your message here!'; return true">