fhil85 Posted December 14, 2008 Share Posted December 14, 2008 i've been trying to convert my website from html into php but im having problems putting it all together i think it has something to do with the wrapper. i cant seem to get all the php sections - header.php leftnav.php menu.php footer.php into the wrapper properly can anyone tell me where the wrapper goes into each php file? Link to comment https://forums.phpfreaks.com/topic/136942-php-css-wrapper/ Share on other sites More sharing options...
wildteen88 Posted December 14, 2008 Share Posted December 14, 2008 What do you mean by wrapper? post your current code here. Link to comment https://forums.phpfreaks.com/topic/136942-php-css-wrapper/#findComment-715213 Share on other sites More sharing options...
DamienRoche Posted December 14, 2008 Share Posted December 14, 2008 Code would help but I think I've shared the same confusion. What you have to do is open and close tags in the right places. So for body and wrapper: header.php <body> <div id="wrapper"> ------------------------- footer.php </div> </body> It was all very confusing for me when I first started. Hope that helps a little until you submit your code. Link to comment https://forums.phpfreaks.com/topic/136942-php-css-wrapper/#findComment-715259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.