Jump to content

Putting forum in a wrapper


garry

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.