Forum Moderators: coopster

Message Too Old, No Replies

Seems some issue with included files in IE V8

         

toplisek

8:24 am on Jul 27, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have many times tested IE 8. Seems some issue with includeded files.

When I include files it is additional character like POINT<div id="left">
Seems &#65279 infront of DIV. I have used UTF-8 stored files.

All the time when I add files it brings DIV element down. How to solve this issue in IE?

Mozilla works without any issue. Is there some good way to avoid this?

penders

8:44 am on Jul 27, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



BOM (Byte Order Mark)? Make sure that when you save your file as UTF-8 you save it without the BOM. (The BOM is a couple of bytes at the start of the file used to identify the file as UTF-8 on some windows systems, but must be omitted for webpages.)