Can anyone help with a solution for the removal of the dotted outlines of links? Tried using the css, but that didn't seem to have an impact.
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
Thank you for any assistance you can provide.