hey ben thanks for looking into my problem, i fixed the expanding issue, there was an extra closed div tag in my login module php file.. but im still having some issues w/ my footer, i modified the template some it seems to be losing the footer... any ideas there?
Handcrafted Logos Daily
http://www.thelogodepot.com
We build creative custom logo designs for new business start-ups.
I'm not sure what the other issue is, but when checking HTML validity, it shows 39 errors. Most of these are for a missing ">" which usually points to another tag not being closed properly somewhere and that same issue just cascades through the rest of the code. Fix the one place where it's missing and the other errors usually clear up.
Does the footer work on a page that's not loading all the extra stuff? Maybe create a page that's just a wrapper or a simple text only article with no extra modules or extensions. Then we'll know if it's one of the extensions causing the issue.