Forum Moderators: open

Message Too Old, No Replies

IE can't display entire page

IE can't display entire page, but html source is complete

         

flashfan

3:36 am on Jun 28, 2005 (gmt 0)

10+ Year Member



I am really confused why IE 6 on XP Pro can't display the entire page, however the html source code shows everything is in place. The same page can be displayed correct in FF. Can anybody give me a hint?

Thanks in advance.

flashfan

3:40 am on Jun 28, 2005 (gmt 0)

10+ Year Member



BTW, the doc type is xhtml strict.

moltar

3:43 am on Jun 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Does it validate?

flashfan

3:55 am on Jun 28, 2005 (gmt 0)

10+ Year Member



Yes, it's validated. No error, no warning..

tedster

4:04 am on Jun 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is your server perhaps sending an xml mime type? IE can choke on that -- see this recent thread:
[webmasterworld.com...]

flashfan

1:12 pm on Jun 28, 2005 (gmt 0)

10+ Year Member



tedster, it's the content-type issue. The page is displayed complete after change:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
to
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />

Thanks so much.