Hello Everybody,
I am going crazy trying to do just a simple thing. I have a picture that is hyperlinked with an anchor. I do not want the color of the borders to change to purple when the link is "visited". Therefor I have tried this:
In the linked css:
In the actual page:
I have tried to change it to white, etc. but nothing seems to change. Does the visited work different with pictures? I am new to CSS but from different sites I have gone to this seems to be the answer. Here is one site I went to:
Thanks,
Zych
I am going crazy trying to do just a simple thing. I have a picture that is hyperlinked with an anchor. I do not want the color of the borders to change to purple when the link is "visited". Therefor I have tried this:
In the linked css:
Code:
a.4:visited {
color: 0C0BE5;
}
In the actual page:
Code:
<td width="49"><div align="center"><a CLASS="a.4" href="index.php"><img src="images/Home.jpg" width="30" height="30"></a></div></td>
I have tried to change it to white, etc. but nothing seems to change. Does the visited work different with pictures? I am new to CSS but from different sites I have gone to this seems to be the answer. Here is one site I went to:
Thanks,
Zych