Question:
<a href="">
<img class="center" src="">
</a>
Solution:
.center { display: block; margin: 0 auto; }
The CSS code above centers the image, however, an issue arises where any additional white space around the image is also clickable. Is there a method to rectify this problem?
(Please note that images come in various sizes)