Hi,
I am using version 1.3.9h with the Additional Product Image mod install (to make it easier for the website owner to add additional images). I have a layout issue which i am not sure how to solve.
Here is an example of what i mean:
http://www.purpleandblacktruro.co.uk...products_id=34
I want the images to display horizontally with a gap between each image. I added this to my stylesheet:
Code:
.additional-images {
	float: left;
	margin: 0em 1em 1em 0em;
        }
but then the "write review", "this product was added on...." and "tell a friend" buttons and text is all displayed next to the images which i do not want.

Any help would be great.

Thanks