Click to See Complete Forum and Search --> : I cant make links and vlinks ect white in a table! help!


Lydine
10-05-2005, 08:08 PM
My web site background color is black, I have my nav set up in a table, just text
that link, but they keep turning blue when you click on them (even though I have the page set up to be white before and after clicking for links) You cant read the text if its blue! please someone tell me how to make my links white inside a table, I am using Adobe Golive 6.0

Christine

tabzter
10-05-2005, 08:33 PM
add the following code to the top of your page in between the <head></head> tags:<style type="text/css">
a{color:white}
a:visited{color:white}
</style> As you are using a web page building program this may already be there, if not use it.

If it still doesn't work, see your browser settings - have you forced the blue colour onto your links?
One way to check is to add the following piece of code<A href="#" style="color:white">This is a TEST</a>

The above text should be white - if not then you have the browser setup differently to how others will view the links

Lydine
10-06-2005, 04:33 PM
Thanks so much! I really appreicate it!

Christine