|
paul rayner -> Problems with header in 2 column layout (7/8/2007 7:28:00)
|
Hi I have a 2 column layout, using php includes. <div class="containingbox">
<div id="top">
<?php include("accesscontrol.php"); ?>
</div>
<div id="leftnav">
<?php include("menu.php"); ?>
</div>
<div id="content">
<?php include("phpeditor/content.php"); ?>
</div>
<div id="footer">
Copyright ©Paul Rayner 2007
</div>
</div> As it stands at the moment, the header takes over everything. Example IF I replace the accesscontrol include, it works OK. Can anyone point out please, what's going wrong? Cheers
|
|
|
|