Hi Guys,
I'm finding that there is a 5px gap under all post images in all browsers except Internet Explorer. Is there a way to remove this which is cross browser friendly.
I know that using:
img {margin-bottom: -5px;}
removes the gap in firefox, opera, safari and chrome, but it removes 5px of the image in Internet Explorer.
Any help very much appreciated.