essexboyracer
Posts: 105
Joined: 02 May 11
Trust:
19 Aug 11 6:44 pm
Yes esolutions, I understand now what the OP was on about, use CSS to control the link styles
a:link {color:#FF0000;} /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:#0000FF;} /* selected link */
Visited link is the colour you want to make the same as an unvisited link