I have a page which needs to be rendered in Quirks mode for the page to be loaded properly. The problem is that the page uses valid XHTML and thus has a doctype. This forces the page to render in Standards mode in all browsers. Is there any workaround/hack that can force Quirks mode eventhough I have a doctype?
Share
See http://hsivonen.iki.fi/doctype/ for changing the
DOCTYPEto Almost Standards mode or Quirks mode. Excerpts below. (Assumes aContent-Typeoftext/html.)Almost Standards mode:
Quirks mode:
XHTML doctype: