View Single Post
  #1 (permalink)  
Old May 18th, 2007, 17:55
sing2trees sing2trees is offline
Up'n'Coming Member
Join Date: Jan 2006
Location: Belfast
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Help with changing colour of hyperlinks

Hi,

I'm sorry to ask what probably seems a really simple question...

I have a web page, and don't want the hyperlink underlined apart from when you hover over it. I have the following code entered:

<style type="text/css">
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}
</style>

But all the links come out in the set blue colour. I would like to have different links in different colours. Can anyone suggest what I can do?

I use Dreamweaver MX.

Many thanks

Ben
Reply With Quote