• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Easy html question

ManBearPig

Diamond Member
how can i change the footer so it is aligned w/ the white table with the text? as of now, its centered but not centered w/ the dimensions of the box.

thanks alot
 
put it in the same table, either a nested table within the last row/cell of the white table, or AS the last row/cell

it can also be a seperate table, but it has to have the same attributes as the header table
your best (if you stick with tables) is a table holding everything together

and scrap that layer background css

you can do all that without tables too (i wish i could show you how)
 
Back
Top