The answer to your IT questions
 

Advanced search  • Search tips
My QUESTIONS & ANSWERS
 Question:
Home » Software :

IE visited links

User Asked by: innocent
Published on: 11:08/05.03.2008
Status: OPEN
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,
 Answers: 2
Sort by: /\ date | rating
Image Answer by: xpert
Posted on: 19:26/02.03.2008
Rating: 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/using/accessibility/linkcolors.mspx
Vote:

Image Answer by: xpert
Posted on: 11:08/05.03.2008
Rating: 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.
User
Vote:

Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
  
| Home | Hall of fame | Register | Log in | Terms of service | Help | Contacts |