Rollover Color Link

A simple way to add eye candy to your links, is to make them change color on mouse over.

Example:

This link will change color on mouse over.

Copy & Paste the following code in the HEAD section of your webpage.


 <style type="text/css">
 <!--
 A:hover {color : red}
 -->
 </style>