Thread
:
a little CSS help please
View Single Post
03-17-2005, 06:25 PM
X37375787
Guest
Posts: n/a
a little CSS help please
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?