PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi there
I am using the below code on a test.php page just before I start building the actuall website. The problem I encountered was with IE6 and IE7 where a gap appears just before the actual content. When viewing the source code with IE8 developer tool, I see a small box as (?). Basically this creates a space just before the content and I am sure this will cause some problems in the future. Is something I'm doing wrong?
when i debugged it in firefox i found a paragraph tag i.e. <p></p> in the beginning of the body....when i removed it it worked....check source for that html file.....dont kno if its sure...i just tried to tell wht i learnt....mite b silly 2....