|
Question:
IE visited linksHi,
Does anybody know how to restore the colour of visited links in internet explorer from purple back to blue (i.e. as if they were not visited)? Thanks,
From Internet Explorer choose : tools -> internet options -> General Tab, then on the bottom choose 'Colors' or press ALT+O, then deselect checkbox 'Use windows colors' and define yours for visited links in internet explorer. If you feel expert then you can define CSS that to be applied on your pages.
You can also can read this article: http://www.microsoft.com/windowsxp/using/accessibility/linkcolors.mspx Vote:
You can try to predefine CSS for your Internet explorer. Write small CSS on your hard drive:
D:\test.css Then go to Tools->Internet Options -> Tab General -> Accessibility -> check Format documents using my stylesheet, and press browse button and give your CSS that you just created. Well, then correct the color in CSS to match your needs. It can be #0000AA. See the screenshot.
Vote:
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
|
|