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