Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS display: block; margin problems? Am I being silly? Re: display: block; margin problems? Am I being silly?

#94248
tuckyhutsman
Member

Perhaps you mean that the margin between two images is more than the margin between an image and text above or below the image?

I notice you have a
element between each image. That is blowing extra space between you images. Your

elements appear to have no margin at all, I’m not sure what you are looking for, but those are the places I see possible culprits for unexpected styling issues.