2008-10-16, 09:30 PM
So you basically don't want anything between the bottom of the content and the page? If so, go into your CSS under the body element and add this:
margin-bottom: 0;
padding-bottom: 0;