PHP Guestbook with Scroller

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MsFoxy50
Forum Newbie
Posts: 1
Joined: Mon Mar 29, 2004 9:13 pm

PHP Guestbook with Scroller

Post by MsFoxy50 »

Hello,

I am glad to have found this list. I have been trying for days to place a php guestbook into my sorority's "template" page. I have managed to do that and it seems to work fine. However, I cannot get the footer from the original template to show and I cannot get the guestbook portion to scroll. The template showing the footer is here:

http://www.akabaltimorecounty.org/index8.html

The page for the included guestbook is here (minus footer and scroller):

http://www.akabaltimorecounty.org/guestbook/test.php

I know I need to validate and clean up the code but first I need to get it to work. Any and all help is greatly appreciated.

Thanks,
Foxy
User avatar
andre_c
Forum Contributor
Posts: 412
Joined: Sun Feb 29, 2004 6:49 pm
Location: Salt Lake City, Utah

Post by andre_c »

You have overlapping tags on the html code. Fixing that should do it.
Post Reply