PDA

View Full Version : Placing the footer outside the main body.


Aunt Clara
10-23-2007, 06:17 PM
I need to place a table at the same width as the main body. Unfortunately the footer seems to be embedded within the body table. Anyone has any idea how to do this?

Thanks.

Freesteyelz
10-24-2007, 09:18 AM
This is the code to look for:


$spacer_close



You'll find that near the bottom of the footer template. If you want to set the footer in a custom Table then move that code to the top. Then place your Table and footer contents after that code. Anything before the code will be constrained by the overall width setting.

Also, if you want to do that with your header then find:


$spacer_open



Anything after that code will be bound by the overall width setting. Anything before will give you the freedom to set the width as you defined.

Aunt Clara
10-24-2007, 07:55 PM
Thank you VERY much. That was exactly what I needed.

Freesteyelz
10-24-2007, 09:19 PM
Glad it worked. :)