Looked for ages but can't find a solution.
I have a horizontal row of images. It lookes fine when I'm not using the images as links. But I need to use every second image as a link (it's a menu) when I use them as a link I get a 1px white line to the right of the image.
Example of the html;
<li><a href="gallery_p.html" target="Iframe1"><img src="pic/portrait.jpg"</li></a>
This only happens in Chrome though. Taking out the href, the row of images are fine, no gaps, but with it there's a 1px white break to the right.
Any help would be awesome, cheers!
I have a horizontal row of images. It lookes fine when I'm not using the images as links. But I need to use every second image as a link (it's a menu) when I use them as a link I get a 1px white line to the right of the image.
Example of the html;
<li><a href="gallery_p.html" target="Iframe1"><img src="pic/portrait.jpg"</li></a>
This only happens in Chrome though. Taking out the href, the row of images are fine, no gaps, but with it there's a 1px white break to the right.
Any help would be awesome, cheers!