Have a look on chicagogop.com, do you know why the webpage says “Done, but with errors on page” at the bottom left in IE7. It doesn’t seem to be a problem !?
Thank you very much
The views expressed on this page by users and staff are their own, not those of NamePros.
that means you have some problems with any javascript you may have. hint: if you click on that icon in IE, it'll tell you what it doesnt like and what seems to be wrong.
atm, it says line 651 is missing a semicolon.
and by using firefox's awesome HTML validator, i can go straight to that line and see what's on it. turns out it's: onmouseover="Report cheaters"
now jsut go to whichever external js file has the function report cheaters and make sure it has all the necessary semicolons and whatnot.