How to eliminate dotted border around html links
Ever wonder how to get rid of that annoying dotted border around html links? Well, there is a way and it’s not really that hard and we’ll show you how. Luckily IE 7 fixed the problem but it still shows up in IE 6 and Firefox. All you have to do is add an attribute call “onFocus” with the value of “this.blur()”to your link tag (<a></a>).
For example a normal link such …
