| If you're looking for a great way to spice up your HTML links, you can easily do so with style tags. In this example, the active text link is underlined with the color set to #0000FF. When the mouse is placed over the link, the text color will change to #FF0000 and the underline disappears. Place the <STYLE> tag between your <HEAD> and </HEAD> tags. |
| <STYLE> <!-- A:active { color:#0000FF; text-decoration; } A:hover { color:#FF0000; text-decoration: none; } //--> </STYLE> |
| Edit the text indicated in bold to suit your needs. |
