I’ve been picking through the various width elements, and haven’t struck gold yet
What is making the left hand column totally break?
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.
Easiest way to get such errors is to omit some “ending”.
According to validator:
http://validator.w3.org/check?uri=http%3A%2F%2Fsouthasianlitfest.com%2F3-columns%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
You have 50 errors. Looks like you forget end of span in some kind of a repeater:
And to close some other tags. Like
Also there is an error with “width as attribute”
Try to fix it and see.
The old browsers handle their errors each its own way. So some browsers could eat this unclosed tags correctly. Others, like IE7 – not.