Get Rid of the Dotted Border on Active Links
When you click a link on your site, does it an annoying dotted line border form around it like these?

Well here’s how to get rid of it. Open up your stylesheet file and add in this code:
a:focus {
outline:0px;
}


























