I have a grails application. When I finish the web design of this project, I try to test it under more than one browser such that Opera, Firefox, and Google Chrome. It works fine on these browser, but when I try to load this project under Internet Explorer it return an empty page without and style or design.
Does someone know what is the problem.
You are missing the doctype and IE is less permissive. Put this at the beginning of the html code: