The website interface display different at IE8, when validate the html there were error said about doctype, i already done some research about this and i try disable RDF module and validate html but still got error when validate the html, the website display still have display problem at IE. I also try modify html.tpl.php file and put

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitiona//EN">
"http://www.w3.org/TR/html4/loose.dtd">

but the website still like that and it not changing into

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

, i also add <meta http-equiv="X-UA-Compatible" content="IE=edge"> at the head tag

Comments

ana2012’s picture

The website interface display different at IE8, when validate the html there were error said about doctype, i already done some research about this and i try disable RDF module and validate html but still got error when validate the html, the website still have displayed problem at IE. I also try modify html.tpl.php file and put

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

but the website still like that and it not changing too, i also add <meta http-equiv="X-UA-Compatible" content="IE=edge"> at the head tag because i think that the problem is about compatibility issues on IE. Thanks

ana2012’s picture

Issue summary: View changes

changes