Highlighting the background of your links when your mouse is placed over it, is an easy way to capture your visitor's attention when they place their mouse over a link.
Where: place the following code between your <HEAD> and </HEAD> tags.
- Code: Select all
<STYLE TYPE="text/css">
<!--
a:hover{background-color:#FFFF00;}
-->
</STYLE>
.You can change the color from the default "highlighter yellow" color by inserting another color code into the code.
