Sacha
Sacha

Reputation: 2834

Unwanted Margin Below Image

I have an image and a div I want to place below it. (Here's the fiddle. http://jsfiddle.net/d3Mne/1/)

The problem is that there is a margin between the two. This bottom margin is only present with images. Is there any way to remove it?

Upvotes: 6

Views: 2229

Answers (1)

Probocop
Probocop

Reputation: 10552

Set display: block; on the image :)

Upvotes: 20

Related Questions