Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE : text too big !! Re: IE : text too big !!

#64248

it could not validate your site for the following reason :

Quote:
Sorry, I am unable to validate this document because on line 561 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 "xE0" does not map to Unicode

Check out your line 561 and delete this symbol.. "difficolt?" <–

xHTML doesn’t support it like that. For different symbols, you have to use their ASCII Value.

Your footer has come up from the space where it was actually suppose to be. Hence, the white space at the bottom. This might be happening because of some floating issues. So here’s the deal:
1. First of all remove that symbol and validate your page.
2. Check if you have cleared all the floats.

Basically, after validating 90% of your problems will be solved ;)

All the best!