|
|
owen
regular
Reg'd: Thu
Posts: 3236
Loc: Lancashire, United Kingdom
|
|
When you click on a link in a webpage it goes from blue to purple. I was recently asked by someone much older than me how its done. My program does it automatically, but could anyone tell me how its done. I thought it might just be the browser history. Thanks.
Owen, http://www.isecurity.org.uk-(Not Finished)
|
|
putasolutions
regular
Reg'd: Tue
Posts: 11978
Loc: Infinity and beyond
|
|
try <body vlink=colour>
Of all the Things I've lost, I miss my mind the most
|
SandRogue
regular
Reg'd: Wed
Posts: 97
Loc: England
|
|
Any link you put on a webpage will change from blue to purple automatically once it has been activated unless you specify your own colours for each static,active or visited link.
|
owen
regular
Reg'd: Thu
Posts: 3236
Loc: Lancashire, United Kingdom
|
|
Thanks. I'll pass that information on
Owen, http://www.isecurity.org.uk-(Not Finished)
|
longplay
regular
Reg'd: Mon
Posts: 266
Loc: UK
|
|
As SandRogue said, it's what the default link does if you don't add colour, I find that if I use CSS to change the default color and hover colour, the visited tends to get ignores unless expressly stated. (I.e. if you want a different visited colour, you may need to specify it)
|