S
Steff
Guest
Ill try and explain my siuation as best as i can.
Im using php include. I have a header.php footer.php and index.php.
My content is realy low. Its not were i want it to be. I have a blog and its were my footer is, you have to scroll down alot just to see it. The same with the rest of my content. i make a new page in word pad and name it content.php
<? include("header.php"); ?>
I put my content in here such as images
<? include("footer.php"); ?>
But it ends up at the bottom of my page. Can someone please help?
Im using php include. I have a header.php footer.php and index.php.
My content is realy low. Its not were i want it to be. I have a blog and its were my footer is, you have to scroll down alot just to see it. The same with the rest of my content. i make a new page in word pad and name it content.php
<? include("header.php"); ?>
I put my content in here such as images
<? include("footer.php"); ?>
But it ends up at the bottom of my page. Can someone please help?