Help with forum

Posted on Sunday 8th July 2007 at 04:44 PM
dtnet
dtnet's Avatar
My forum code looks alomst like this:

PHP Code
  1. <?php
  2. include('header.php');
  3. FORUM CODE HERE
  4. include('footer.php');
  5. ?>


That works fine. https://henrik.hotserv.dk/

That is how the site looks like, only that the forum is in the middle of the site at the white box.

Header.php is the boxes at the left and the right and the header-image

footer.php is the black line at the bottom, where it says "Laget av Bandora" (TRANSLATION: Made by Bandora)

Everything looks fine, until I look at my posts. Then the layout can be explained like this:

PHP Code
  1. <?php
  2. include('header.php');
  3. include('footer.php');
  4. FORUM CODE HERE
  5. ?>


As you can see, the footer is now over the forum. It should not be like that. WHy is it like that?

I hope you understand. You can see how it looks with the username "test" and password "test123".
Look at https://henrik.hotserv.dk/forum.php
Login or register to respond to this forum topic.