Any idea why my image does not horizontally line up with the text above and below it please?
http://dl.dropbox.com/u/2306276/site/index.html
Any idea why my image does not horizontally line up with the text above
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’re using a different class for the image element than for the text elements you want on the right column. Set the image’s class to grid_13 (same as the text) and add push_3, so it moves 3 columns to the right.
It’d be better to rearrange your elements into divs though; otherwise you’ll have to give each element specific properties, and that beats the purpose of using a grid system.