Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Jan 20, 2010

How To Remove Dotted Borders From Links

If you have added style to anchor tags and may be image or something, when you click you notice there's a dotted line on the borders.
To remove it, just add following to your anchor tag's style:

outline: none;