I have a couple buttons that I'm using on my site, which are being used as links (see code example below). When I click them, a dashed line appears, outlined the image. I'd like to remove this -- On click, I don't want this dashed outline to appear. Is there anyway to do this using style sheets?
The HTML looks something like this:
The HTML looks something like this:
Code:
<a href="somelink"><img src="image.jpg"></a>
[\CODE]