Hi,
I am using an include() statement to add headers and footer to my pages. Problem is that when I use it in the header, I get a large, .5-1 inch, whute space at the top of my page.
Does anyone know why it does this and how to fix it?
Thanks!
The only reason why it can happen is that the HTML is 'broken'.
Check the html sourcecode.
Not sure if you got an answer to this or not, but check the body tag on your page. You need the following in your body tag to remove the margins:
<body topmargin="0" leftmargin="0">
Hope this helps.