Yes, I think that is the best work around. Thanks. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Moser Sent: Sunday, March 14, 2004 6:51 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] loading links when loading a page.
Kim Buttery blurted out: > 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/ ***************************************************** ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
