Nov 29, 2001 #1 wblue Technical User Joined May 25, 2001 Messages 131 Location US How does one get rid of that annoying border that appears around a link once it has been clicked?
Nov 29, 2001 #2 MrGrey Programmer Joined Nov 6, 2001 Messages 90 Location GB You can do this. <a href="link.htm" onfocus="this.blur()">. I don't like this because it restricts users from using the tab key which I find quite annoying. Cheers, Tom Upvote 0 Downvote
You can do this. <a href="link.htm" onfocus="this.blur()">. I don't like this because it restricts users from using the tab key which I find quite annoying. Cheers, Tom