Forum Moderators: open
I've been trying to add a header to my website using the include function (PHP) and I came across the following:
whenever I put <?php include ("header.php");?> in the body of a webpage, the layout changes - tables seem to place themselves verically rather than horizontally.
So in my case the navigation panel - which usaully stands on the left- is on the very top and the content goes right under it. Everything works fine in browers.
Anyone know what's going on?