garry Posted June 8, 2008 Share Posted June 8, 2008 So I am trying to integrate the vBulletin software into my site. I'm putting all of the vbulletin code inside of a wrapper I created to hold it. This is the code I'm adding: <?php require_once ('../config.php'); require_once ('../includes/functions.php'); $title = 'Forums'; ?> <link href="<?php echo HTML_PATH; ?>style/forums.css" rel="stylesheet" type="text/css" /> <div id ="forumwrapper"><?php add_header($title); This works relatively well and contains everything in the top half, but when I end the div down the bottom, the footer is outside the div, see the picture attatched. Any help would be great! [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/109236-putting-forum-in-a-wrapper/ Share on other sites More sharing options...
LemonInflux Posted June 8, 2008 Share Posted June 8, 2008 This might be an HTML error actually. Are you closing the div properly? For some reason, I've found if you confuse your div orders, then code can react in very strange ways Link to comment https://forums.phpfreaks.com/topic/109236-putting-forum-in-a-wrapper/#findComment-560339 Share on other sites More sharing options...
garry Posted June 8, 2008 Author Share Posted June 8, 2008 Yeah, I'm closing the div in the footer (which appears to be in a different document). It's sort of hard to explain when you don't have the vbulletin code.. Link to comment https://forums.phpfreaks.com/topic/109236-putting-forum-in-a-wrapper/#findComment-560341 Share on other sites More sharing options...
garry Posted June 8, 2008 Author Share Posted June 8, 2008 anyone? Link to comment https://forums.phpfreaks.com/topic/109236-putting-forum-in-a-wrapper/#findComment-560386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.