A number of my web pages insist that links I visited, when checking them remain in the 'visited' state in the future. I would like the links to revert to a none-visited state when a page loads. I believe there should be an 'on load' instruction but I have not been able to find the syntax in either my html references or the CSS references. Can someone assist with the correct syntax (? on load "a:link" ?) and tell me if it should be placed in the <head> content </head> area. Thank you..
You could just style a:visited to look like a:link (or plain a) in your CSS. Then it wouldn't matter whether or not the browser thought it was visited.
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************
