Page 1 of 1

help with fonts

Posted: 17 Jun 2009, 06:09
by .oesse.
in my website (www.marcogiardini.com) in the Marco Giardini Photography section i have added a short description and a link to the agency that represents me.
Unfortunately the link (a href....) has become black while i want it in white. It should be related with the a:visited definition in some file but.... what file?
Thanks

marco

Posted: 18 Jun 2009, 03:29
by mjau-mjau
This is your CSS file:
http://www.marcogiardini.com/imagevue/t ... agevue.css

You have set:
Code
a:link {
	color: #000000;
}
That tells textlinks to be black ... If you change it, remember to empty your browser cache before you refresh the page.

Posted: 18 Jun 2009, 03:57
by .oesse.
thanks a lot! you are great!