Emmons Posted March 26, 2005 Share Posted March 26, 2005 Ok well im working on a site and im using php for the coding. Ok i made a header.tpl and a footer .tpl Then i made a home.php file and put this code in it. <?php include("header.tpl");?> <div align="center"> <?PHP $number = "5"; include("cutenews/show_news.php"); ?> </div> <br> <?php include("footer.tpl");?> That creates this page Home.php Everything is where i want it the News is in the middle between the >Dayspring Site<< and >>Our Favorite Links<<. Ok now to the problem im facing..... I created a new page contacts.php then i put the code... <?php include("header.tpl");?> TEST <?php include("footer.tpl");?> Then i preview it and the place where my text is ,isn't were i want it. contacts.php It puts my text above my banner. This banner is on the header.tpl file. Does anyone know who to fix this? I want my text to be places in the table called >>Main Content<< Is there something i have to change in my .tpl files or my css file? Quote Link to comment https://forums.phpfreaks.com/topic/2222-php-coding-needs-help/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.