|
Move it back to ansi from UTF-8.
Still smells like either a CSS issue, or the HTML doesn't match as you say it does. BOM usually only affect PHP's ability to send headers (since you can't), so you won't be able to use sessions, cookies, redirections, etc if you save it as UTF-8 unless you use output buffering at an INI level.
|