View Full Version : Changing colour of image link?


PotaTo
01-07-2006, 04:08 AM
Hi, how can I change the colour of the border surrounding an image link?

I like the active colour, but not the colour when you click the image. The active colour is gray matching my site but when you click it, it turns purple instead of remaining gray. The hover colour also does not work.

Changing this a:link{color:#444444; }
a:visited{color:#444444; }
a:active{color:#444444; }
a:hover{color:#626262; } or this <BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 link=#444444 vlink=#444444> does not change it. It does for the text links though (which is what I want).

Please help.

My site is http://www.lpaboveground.com/, check the Promote page to see the issue.

PotaTo
01-07-2006, 04:21 AM
Nevermind, a friend helped me, thanks anyway :).