So far I haven't been able to get an answer on
Why does http://www.ginreviews.com show up different in IE
yet looks fine in
* Firefox
* Chrome
* Safari
* Opera
Any Ideas on how to resolve this? angry
JK
So far I haven't been able to get an answer on
Why does http://www.ginreviews.com show up different in IE
yet looks fine in
* Firefox
* Chrome
* Safari
* Opera
Any Ideas on how to resolve this? angry
JK
Sorry, I am unable to validate this document because on line 216 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: utf8 "\x93" does not map to Unicode
Let's get this resolved, where do we go from here?
The error above tells you at line 216 you have a problem. Look at your source code - at 216 is some type of a javascript poll that is causing the problem. Since it doesn't validate IE opens in the "quirks" mode.
$(�#signup-welcome).p(;:last-child').css('display', 'none');
That's the culprit, but what do we do to fix it?
This topic has been closed to new replies.