I'm new to web development and I'm really stuck with this silly problem. When I insert php code before html code, something like this: <?php ...some code... ?><!doctype html><html>... it creates extra blank space on top of my page and 'pushes' whole content down. Is it possible to somehow avoid creating that extra space? It also makes extra space if the php code is in body part of html, for example if it's in between two paragraphs it will create extra space between that two paragraphs.
Thanks for your answers!
|
| |||
|
feedback
|
|
I guess this what happens Your code like this
You should have it like this
| |||||||
feedback
|
<?php ... ?>blocks. Simply check all files you use. – CodeCaster Nov 18 '11 at 10:05...some code...or it never happened. – Kevin Peno Nov 22 '11 at 18:37