4
Are you trying to make the page fit the screen height at 100%? If so, I've done something similar and I think I put the footer as the last div underneath the wrapper div:
In the theme head:
In the theme CSS file:
html, body {height: 100%;}
#wrapper {min-height: 100%;}
(The above is from memory so accuracy is not guaranteed)
Not sure how that would work with your setup though.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]