PDA

View Full Version : Changing color for the links.



overclocker23
June 7th, 2003, 10:25 PM
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.

chris9902
June 9th, 2003, 05:50 AM
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=)

overclocker23
June 9th, 2003, 01:03 PM
aight. I will let you know how it went.