PDA

View Full Version : Server Side Includes + Symbols



skrolikowski
April 30th, 2007, 11:03 PM
Hey all -

I'm working on a project on a IIS server (usually I use Apache), and I wanted to include an html file into another file using a Server Side Include. The strange thing is (see attached) html entity symbols appear (in the browser) exactly where the Server Side Include is added in the code. When I take away the include statement, the symbols disappear. Anybody seen this before? Any ideas what I can do?


<!--#include virtual="../myfile.html" -->Thanks!

skrolikowski
May 1st, 2007, 02:28 AM
Nevermind, these are called Byte Order Marks.
You can read more about it here (http://www.webmasterworld.com/forum119/96.htm) if interested.