The Little Guy
04-23-2005, 04:44 PM
How can I make this code So it looks like this:
1.) White text
2.) Redish white underline
<style type="text/css">
A:link { text-decoration: underline; color: #FFFFFF;}
A:visited { text-decoration: underline; color: #F1F1F1; }
A:hover { text-decoration: none; color: #E2E2E2; }
BODY { font-family: Verdana,Arial;
</style>
1.) White text
2.) Redish white underline
<style type="text/css">
A:link { text-decoration: underline; color: #FFFFFF;}
A:visited { text-decoration: underline; color: #F1F1F1; }
A:hover { text-decoration: none; color: #E2E2E2; }
BODY { font-family: Verdana,Arial;
</style>