Jump to content

PHP coding... needs help


Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/2222-php-coding-needs-help/
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.