Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 165
0 Users 5 Guests Online
Forum Index » PHP + MySQL » Help with forum
Posted on Sunday 8th July 2007 at 04:44 PM
dtnet
templates/default/images/noavatar.png's Avatar
Active Member
My forum code looks alomst like this:

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


That works fine. http://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
2
3
4
5
6
<?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 http://henrik.hotserv.dk/forum.php