I have a grid of images with space between them. How do I remove this space?
I have already tried setting the padding and margin of the ima
padding
margin
If you use float: left on the images, and separate each row with a breaker with a clear: both then there should be no spaces between the images.
float: left
clear: both