Thread: Link help
View Single Post
  #3 (permalink)  
Old Jul 29th, 2006, 18:12
AunStudio AunStudio is offline
Junior Member
Join Date: Jul 2006
Location: Boca Raton, FL
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link help

Place this piece of code between the <head></head> tags of your page and make sure to replace the colors to whatever you want:


<style type="text/css">
a{color: grey;}
a:hover {color: red;}
a:visited { color: black;}
</style>


Hope it helps...
Cheers,
Bruno Aun
Reply With Quote