|
Originally Posted by Jukov
|
|
Is there a setting to change the visited links' colour into a different colour (i.e red, purple etc.) so when you press a link the colour would change notifying the link was pressed... Am I making any sense?
|
Jukov, good question.
I have been playing with a "cascading style sheet" configuration that Opera 8.5b uses. At least it looks like it is suppose to use this file since it is located in a sub-folder of where Opera is installed. It's called "\styles\wml.css" and should control a variety of default web page items. But, no matter what I do to the file such as change all fonts to red and super large size, there is no effect. I can even delete the file and Opera continues on with no difference. So, I guess this beta version just doesn't use it yet.
If it did work, simply change the area that says:
a:visited {
color: purple;
}
to
a:visited {
color: red;
}
The above color can be anything that you want and can also use hexadecimal values such as "color: #FF0000".
Maybe I'm missing something or maybe this only works when a web page doesn't supply its own ".css" file.