image link borders
Posted: Mon Jan 08, 2007 11:09 am
I tried a search in this forum under image borders but I only found 23 results, and not quite what I was looking for.
This is annoying but every time I make an image that is a link i.e.:
I get a border around the image and I can only get rid of it by putting a style within the image tag itself. I have tried a using a separate class for the href and the img tag. However it only works with in the img tag itself i.e. : Which I believe is not compliant.
Thank you for any help.
This is annoying but every time I make an image that is a link i.e.:
Code: Select all
<a href="example.com"><img src="example.com/img/example.jpg" /></a>Code: Select all
<ims src="example.com/img/example.jpg" border="0" />Thank you for any help.