I have a client who uses a patented CMS that is over a decade old. This CMS does not use doctype in its html output, and I cannot add it. Another problem is that it does not provide access to the <head></head> tags, and therefore I cannot use the meta tags for this.
I can add html, css and javascript to the <body></body> tags.
Unfortunately, requesting a system change is not an option. I was hoping that some of the brilliant minds when stack overflowing might have some hints in getting IE7 + to render standard mode with the above limitations?
source share