I cannot work out what is going on here. The paragraphs with class=”caption” on this page are not lining up and I cannot work out why. The page is here
Share
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.
The second image has a the class alignLeft applied to it, which the first does not. This class includes the CSS property
float:leftwhich removes the inline status of the image, and hence the extra pixels that browsers put under any inline element. This resuls in the height of the wrapping link tag to drop from 186px to 179px.