June 26, 201214 yr Hi, I have a page here (http://splashagency.com.au/dev/labline/products/) where the admin can upload a batch of images which then display under the content. There are 4x dummy images there at present. How can I line up the second and fourth images to the right hand side of the content area without affecting the first and third images? This needs to be extendable so that iff they add more pictures it will still work. Thanks EDIT: I used a jQuery snippet in the end: //Make every second image on the products page .odd $("#page-pics img:odd").css("margin-left", "19px"); Edited June 26, 201214 yr by welshhuw
Create an account or sign in to comment