PDA

View Full Version : Change color of visited link



aGeS
Sun 14th Jan '01, 5:50am
On my old UBB you could change the color of the visited links, so that you could easily see which threads you've already read.

I've looked my VBB over and over and I sure can make a dirty solution for this but the nice (and correct) way would be to change it directly in the STYLE tag.

How do I do this??

pwnage
Sun 14th Jan '01, 8:05am
use CSS

aGeS
Sun 14th Jan '01, 11:14am
.. but not good enough for me! ;)

In CSSinclude it says (amongst others):

#all A:hover {
COLOR: {hovercolor};
}
#all A:link {
COLOR: {linkcolor};
}


Please tell me what to write in CSS for having a different color for visited links...??? I really can't figure it out!

Mike Sullivan
Sun 14th Jan '01, 12:34pm
Just change your <body> tag and add a vlink attribute.

aGeS
Sun 14th Jan '01, 3:13pm
Maybe I'm just plain stupid but I can't get it to work..??

Which template should I change and what excactly should I write ??

Somehow it just won't change color....??

Jake Bunce
Fri 19th Jan '01, 1:41am
I need to know the process to do this too. We Mac people are a little slow. :p hehe. (joking!!!)