I am using white-space: pre-wrap. Content is not being wrapped in IE in Quirk mode.
Is there any solution to get it working for quirk mode?
Note: It is working fine in strict mode of IE8 and IE9.
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.
Quirks mode is for backwards compatibility with very old browsers like IE5, which do not comply with standards (aka strict) mode. The
pre-wrapproperty is supported in IE8 and higher, but not IE 5-7:http://www.quirksmode.org/css/whitespace.html
In this situation, there are two options: