Simply the image is shown wrong. Where is the mistake?
http://felipelopez.com.ar/prueba/
Simply the image is shown wrong. Where is the mistake? http://felipelopez.com.ar/prueba/
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.
You need to clear a float once it has been used, e.g. after the paragraph do:
Some doc’s on it: http://www.quirksmode.org/css/clearing.html
You’d obviously want to do this as a class, so your code uses better practices. There are other ways of clearing, but the
clear is the easiest, with the least amount of CSS.