What I want to do is eliminate that annoyingn selection glow that Explorer puts ont links after they've been clicked. I'm using this code right now:
<font face = "courier">a href="go.html" onFocus="this.blur()"</font>
Is there a way to remove that glow from all of the links on the page easily, without including it in each tag? Some of the pages I'm working on have lots of links that move to different areas of the page, and it would be great to get rid of them all at once.
Otherwise, I guess I'll just go to town with cut-and-paste. I just hate redundant coding, which is why I like CSS so much.
Thanks for the help
Jim B.