Why does this site loads up in Quirks mode? I know i can use X-UA-Compatible but i prefer solving the underlining problem
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.
Because that’s how it’s defined:
If you want it to load in standards mode, use the HTML 5 doctype:
Edit:
Also, move the initial meta tag down. This is what I see when I look at your site:
You have duplicate Content-Type meta tags. The top one is breaking you into quirks still. If you remove it altogether, that would be good, and make sure that your charset is accurate (either utf-8 or iso-8859-1). It should be: