View Single Post
Old 02-02-06, 02:54 PM   #14 (permalink)
Munk
Aximsite Minor League
 
Munk's Avatar
Member
 
Join Date: Nov 2004
Location: California
Posts: 226
Thanked 0 Times in 0 Posts
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.
__________________
- Munk


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Munk is offline   Reply With Quote