-
Remove that dotted line around your links
Date: Feb 26, 2009 | Categories: Js | Written By: madebymat
To remove that great looking dotted line around you links all you have to do is put this bit of code in the a href of you link..!
<a href="" onfocus="if(this.blur)this.blur()">Link</a>
