domingus Posted August 25, 2004 Report Share Posted August 25, 2004 It would be real sweet if once you've viewed a topic title, the link would appear slightly darkened. That way, it would let you know immediately what links you viewed.Really love this site - and the calm blue color.Take Care. Quote Link to post Share on other sites
CurlingSteve Posted August 25, 2004 Report Share Posted August 25, 2004 If you're using Firefox, adding this to the file "userContent.css" will let you set your own color for visited links.That file is located in the chrome folder of your profile.(C:\Documents and Settings\YourAccount\Application Data\Mozilla\Firefox\Profiles\default.###\chrome)It's a text file, create one if there isn't one already.This will override the settings on all web sites though.:visited { color: #f00 !important; //Red, #0f0 Green, #00f Blue, #ff0 yellow, and so on} Quote Link to post Share on other sites
domingus Posted August 26, 2004 Author Report Share Posted August 26, 2004 If you're using Firefox, adding this to the file "userContent.css" will let you set your own color for visited links.That file is located in the chrome folder of your profile.(C:\Documents and Settings\YourAccount\Application Data\Mozilla\Firefox\Profiles\default.###\chrome)It's a text file, create one if there isn't one already.This will override the settings on all web sites though.:visited { color: #f00 !important; //Red, #0f0 Green, #00f Blue, #ff0 yellow, and so on} Thanks Curling Steve,I guess I'll download Mozilla Firefox. I've thought about doing this for awhile.Take Care. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.