Possible Duplicate:
UTF-8 BOM signature in PHP files
I have a very weird issue in HTML and PHP.
I have made a head.php file in which I include all the CSS and JS file links. when I simply add this line directly in page it works just fine, but when I include the head.php instead of directly adding the code, it shows a top margin.
I am using character set <meta charset="UTF-8">, when I remove this line, it shows "" on the top of the page. Any idea why its happening?
My directory structure is simple, everything is in the root, CSS is a css folder and JS in a js folder and PHP files are in the root.