Jump to content

php css wrapper


fhil85

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.