i have a global rule for anchor tags in my document:\[code\]a,a:hover {border-bottom: 1px solid #ccc;}\[/code\]But this border doesn't look good on images. I was curious if there's a way to remove the border of an anchor tag that contains an image only using pure css ?