How do you get a visited link to go back to the unvisited color? Like if I x out of the browser and come back a later day, I want it to be the original color again.
davidmoffitt1 0 Newbie Poster
Recommended Answers
Jump to Post— sway1101 0You can use the css code below to remove the effect that changes the color of a visted link.
a:visited{ color: black; text-decoration: none; }I am not sure if you need both the color and the text-decoration lines but one or the other or a …
All 4 Replies
sway1101 0 Newbie Poster
davidmoffitt1 0 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
pritaeas 2,276 Most Valuable Poster Moderator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.