PPRuNe Forums - View Single Post - Visited links don't change colour.
View Single Post
Old 12th November 2002 | 05:09
  #2 (permalink)  
PaperTiger
 
Joined: Mar 2001
Posts: 2,335
Likes: 0
From: Wet Coast
Any ideas as to how I might fix that?

You can't. The latest version of PPRuNe uses stylesheets to control ('nail') the colours. viz:

A:link, A:visited, A:active {COLOR: #000080;}
A:hover { COLOR: #000080;}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {COLOR: #000080;
TEXT-DECORATION: none;}
#ltlink A:hover {COLOR: #000080;
TEXT-DECORATION: underline;}

Older versions of Netscape allowed you to disable stylesheets, I don't think IE ever did.
PaperTiger is offline