PDA

View Full Version : Site Integration


thenotch
02-22-2006, 05:22 PM
I have started working on integrating PLD into my site.

I have already integrated a forum (PunBB) with some effort and now I am stuck again with PLD.

If you take a look at my site you'll see that the bottom of the home page is how I want it to look.

When you click on "resources" the bottom is completely out of whack.

Anyone have an idea how I can get the PLD page to look like bottom of the home page?

The site URL is: http://www.uscivilwaronline.com

Thanks in advance.

David
02-22-2006, 05:33 PM
A couple of things:
1) I modified this a little:
Content visible to registered users only.
2) For some reason you have a div appearing before the starting html tag. View the source. Something not quite right there.

thenotch
02-22-2006, 06:50 PM
Thanks... still no luck... not quite catching where the extra div is at...

Should I call the footer from the main.tpl file or just bypass the footer altogether and include the footer information withing the main.tpl file?
Right now I am calling the footer with {include file="footer.tpl"} and then inserting the PLD and my own footer information to include closing off the bottom of the wrapper.

What was the effect of the minor change you referred to supposed to do? I didn't notice any change.

thenotch
02-22-2006, 11:42 PM
Fixed it... sort of... I just included the header and the template file into the main.tpl file.. so far so good... :wink: