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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.