Changing color for the links

Hey,
Whenever I highlight something and try to change it to a link, the text turns white on the blue background. I would like to know how I can change the color. If I highlight the text and change it’s color normally, it doesn’t work. I am using dreamweaver. Thanks.

this is one thing i can do.:thumb:

you need to use CSS to change the link colors.

<style type="text/css">
<!--
a:link {}
a:visited {}
a:active {}
a:hover {}
-->
</style>

add that to your head and if you are using dreamweaver like you say click on one of the line of code “a:link {}” as an example and in the properties bar at the bottom of the screen it will say “EDIT STYLE SHEET”

press that the press a:link > Edit > now you can set colors and lots of other stuff.

if you need more help just say=)

aight. I will let you know how it went.