in Advanced 

Question preview

HomeQuestion preview:
Log in

IE visited links

Hi,

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,
Do you know someone who could answer? Ask him for help
Answers: 2
Sort by: date rating
image xpert
21:26/02.03.2008
1 from possible 5 with 4 votes
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/u...ility/linkcolors.mspx
Vote:
image xpert
13:08/05.03.2008
1 from possible 5 with 4 votes
You can try to predefine CSS for your Internet explorer. Write small CSS on your hard drive:

D:\test.css
a:visited { color:#0000FF; }

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
Ask question
Related questions:
| Home | Hall of fame | Registration | Log in | Terms of service | Privacy policy | Help | Contacts | RSS |