ARRRGGGG!!!
I’ve been working on a simple html page for one hour to make it display in ie before i found that the problem cames fom my title tag.
Indeed in my page I had:
<title/>
This simple line is enough to blockthe display of the page. It is necessary to put nothing or to write
<title></title>
Great…