a:link displays a border, which I don't want to be shown for linked images. how do I specify that?
img.a { border: none;}
img a {border: none;}
both don't seem to work well. ideas?
img.a { border: none;}
img a {border: none;}
both don't seem to work well. ideas?

Comment