Aligning images vertically without white space
-
I’ve got six images I want to have touching each other – two rows of three. In normal HTML this would be as easy as using a <br> tag, but WordPress’s weird insistence on putting a margin under the images is making it difficult. Right now, I’ve got two rows, but there’s a gap between them. How do I get rid of that? I’ve tried doing it as a table (no luck) tried setting the images’ style to display:block (but then I can only have one per line), tried setting the style to display:inline-block (the white gap remains), so what’s the solution?
It seems ridiculous to create a new CSS style just for one specific case; there must be some way of doing it on the page itself…
The page I need help with: [log in to see the link]
- The topic ‘Aligning images vertically without white space’ is closed to new replies.