Hello,
I have 3 images side-by-side with no space between them. but when i stack those on top of each other, there is a space under each row of images.
how can i get this:
<div align="center"><img src=""><img src=""><img src=""></div>
<div align="center"><img src=""><img src=""><img src=""></div>
to not have a space under the rows?
Thanks