Please take a look at this link: http://bethhaim.spin-demo.com/
I can’t figure out why there is a whitespace of about 3 pixels between the image and the div below it. Anyone have an idea what is causing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your image is being displayed
display:inlinewith aline-height:18pxwhich is causing the spacing.Either adjust the
line-heightto something more appropriate or set the images’ display todisplay:block.