I have an image link, an image within an anchor tag, that I would like to remove the styling of. When I say styling, I mean the default blue box around the image. I have tried:
text-decoration: none;
which I use to remove the underline from links, but this did not remove the box around the image link. Any thoughts?