Here's a statement of the obvious: The opinions expressed here are those of the participants, not those of the Mutual Fund Observer. We cannot vouch for the accuracy or appropriateness of any of it, though we do encourage civility and good humor.
Support MFO
Donate through PayPal
Is there a way for the discussion lines to be color-indicated if already read as Fundalarm does?
It really helps to have discussions I've already looked at shown in red font like Fundalarm. I frequently can't read all posts I want to each day, so red font helps me find where I left off last time.
Regarding the color of links, this feature is a standard feature of CSS, well known to computer geeks. There are four states for a link:
a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked
Comments
a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked
For the geek inclined see: http://www.w3schools.com/css/css_link.asp