Forum Moderators: coopster

Message Too Old, No Replies

Question about old dynamic site thread

Too old to reply

         

mcg321

3:58 am on Feb 22, 2005 (gmt 0)

10+ Year Member



<?php
include 'includes/header.php';
?>

add all of your body text, tables, pictures, etc. here (just regular html. cut and paste from your old page if you like)
<?php
include 'includes/footer.php';
?>

Super newb here...how do you choose where and how the header/body/footer line up? Do you put the code for the section in the cell of the table you'd like it in or something? Thanks...expect more questions to follow. :-)

Kysmiley

12:54 pm on Feb 22, 2005 (gmt 0)

10+ Year Member



I normally put my html head body and those nice starting tags in the header and call it first for ur pages then in the footer all the ending tags and what ever else u want then call it last outside of tables if your footer or header layout have tables in them then place those tables inside the header and footer. Normally what i do is make my page then cut the top part off and call it the header anjd the bottom off and call it the footer all i leave is the middle content is left to alter from page to page
Hope this helps
Pat