Links whith a line above and below.

This trick works well as a hover attribute for your links, but can also be applied to all of your links. Move the mouse over the link to see the effect.

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


 <STYLE TYPE="text/css">
 <!--
 A:hover {text-decoration: underline overline}
 -->
 </STYLE>

Example:

This link will have a line over and below, when the mouse passes over it.