is there anyway to get rid of the dotted box that appears around links when they're clicked on?
is there anyway to get rid of the dotted box that appears around links when they're clicked on?
Adding this should do it
Code:a:active { outline:none; }
thanks, i needed this too