|
I have to agree with wayfarer. Using tables will make this harder because you can't move anything around xD
And because the background image for #bottom is so large, it doesn't think that it's going out of anything.
Suggestions? 1. Change to divs, aka get rid of all the tables and float the navigation to the left. 2. Do (almost) what you've been doing. Take #content out of #bottom because they don't need to be nested. Use #bottom for all the content of the site, and add a padding-bottom to #bottom of however many px you need to get the content in the box. 3. Divs will automatically expand height-wise (as long as you don't define a height) for any content that you have. It will make things easier!
Making this a div layout will make everything easier. Tables are not fun to work with...ever. And as wayfarer said, it will help things in the long run.
You have complete control over the template. Get rid of the tables and you'll be doing yourself a favor xD
__________________
Freelance web+graphic designer and PHP developer.
Please login or register to view this content. Registration is FREE
|