Web Hosting Talk







View Full Version : Link color


kenpo
12-08-2004, 05:56 AM
Hi.
When i visited a link here in the forum the link stay the same color, how i can make change link color after I visited?
Thank for you help

dollar
12-08-2004, 06:23 AM
Easiest way is to use CSS.

a:link {
color: #123456;
}
a:visited {
color: #123456;
}

there is also:
a:hover
a:active

dirmass
12-08-2004, 10:47 AM
That can go in the head section:

<style type="text/css">
a:link { color: #123456; }

a:visited { color: #123456; }

a:active { color: #234522 }

a:hover { color: #999999 }
</style>

sololo
12-08-2004, 12:01 PM
And you could change those values to desired color. http://www.december.com/html/spec/color.html

STCFX
12-08-2004, 12:21 PM
I think you mean how can you change the links on THIS forum so you know what you have visited?

If so .... you want to set your browser style to override page styles

See the following: http://kb.indiana.edu/data/algz.html?cust=725582.90816.131