Posted on Sunday 8th July 2007 at 04:44 PM
My forum code looks alomst like this:
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:
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
PHP Code
<?php include('header.php'); FORUM CODE HERE include('footer.php'); ?>
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
<?php include('header.php'); include('footer.php'); FORUM CODE HERE ?>
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