| User | Post |
|
6:37 am May 19, 2008
| abc
Old member
| | | |
|
| posts 57 |
|
|
I have created anchors on my website that helps the visitor go on to sections in my website without having to scroll down. The links turn purple as if it has been already used. Please help me rectify this error.
|
|
|
9:38 am May 20, 2008
| glowlite.uk
Member
| | | |
|
| posts 39 |
|
|
Have you tried altering the CSS a bit
.anchor a:visited{ color: #410EC2;}
|
|
|
9:38 am May 20, 2008
| abc
Old member
| | | |
|
| posts 57 |
|
|
Thanks for the help – Unfortunately it still does not work. I had tried the same solution from my end before as well – but it looks there is something else to be done.
|
|
|
9:39 am May 20, 2008
| glowlite.uk
Member
| | | |
|
| posts 39 |
|
|
Just check the class name of the link – Is it named anchor? If it is not names anchor you will have to add the class name. You can also delete the .anchor part from css
|
|