The box around the picture is the actual size of the picture. The picture is clickable from all the way on the ends of both sides. This occurs more than once on our site, so it is a trend of something, I just cant figure out what. I want just the picture itself to be clickable
<hr noshade>
<a href="website.html">
<center> <img src="torqafflogo.png" alt="homepage" align=center height="215" width="215" border="0"> </center>
</a>
<hr noshade>
Unless you get the original images clipped (through Photoshop or such tool), here's what you can do -
1.Put these images in a container. Eg -
2.Apply style to the surrounding wrapper element
3.Position image inside
.roundImageWrapper
using appropriate values fortop
andleft
as per need -This will be easy if all these said images have similar dimensions. Otherwise, you'll have to style the individual images to adjust position.
roundImageWrapper
instead of on the image.