OGGordon
11-05-2009, 08:51 AM
Hey guys,
I finally figured out how to create my layout in a nicely organized way and everything seems to work fine except that for the header part, I want to include the file "header.php" so I could modify the header.php instead of the index.php, however im having a hard time getting things to look the way i want to. when I add the file, it pushes the entire layout to the left instead of staying centered.
this is the code i put in the index file:
<?php include("header.php"); ?>
here you can see how it looks like:
http://derderder.cwsurf.de/
any help appreciated!
I finally figured out how to create my layout in a nicely organized way and everything seems to work fine except that for the header part, I want to include the file "header.php" so I could modify the header.php instead of the index.php, however im having a hard time getting things to look the way i want to. when I add the file, it pushes the entire layout to the left instead of staying centered.
this is the code i put in the index file:
<?php include("header.php"); ?>
here you can see how it looks like:
http://derderder.cwsurf.de/
any help appreciated!