My images are also links, and the code looks like this:
<a href="../www.google.com"><img src="pages/squirrely.png" /></a>
While they function properly as links, I want them to only be clickable if you click on the central part of the image. Clicking the outer regions should not trigger any linking action. I attempted to adjust the width and height of the link, but it didn't achieve the desired result. The CSS I used is as follows:
#magazine a {
width: 100px;
height: 100px;
border: 5px solid #fff;
}