Ho creato un file HTML di base e si apre bene in Firefox. Ma in IE appare solo come testo normale (i tag sono mostrati anziché renderizzati).
Il mio file è simile a questo
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Testing html rendering</title>
</head>
<body>
<h1>This is a test to display html</h1>
<p>blah blah blah blah blah </p>
</body>
</html>
Sento che sul mio computer è presente un'impostazione errata. Perché anche le app che utilizzano controlli IE incorporati non riescono a eseguire il rendering.
Qualsiasi aiuto sarebbe grande!
Grazie!