is there anyway to get rid of the dotted box that appears around links when they're clicked on?
kbjradmin New Member Messages 512 Reaction score 2 Points 0 Feb 4, 2009 #1 is there anyway to get rid of the dotted box that appears around links when they're clicked on?
sourfacedcyclop New Member Messages 221 Reaction score 0 Points 0 Feb 4, 2009 #2 Adding this should do it Code: a:active { outline:none; }
diabolo Community Advocate Community Support Messages 1,682 Reaction score 32 Points 48 Feb 4, 2009 #3 thanks, i needed this too