exwizzard Posted May 30, 2010 Share Posted May 30, 2010 Ok so i have this problem with the footer , i added a custom image and for some reason the footer sticks to the "Powered by WHMCompleteSolution" , instead to the bottom of the website (check picture). Does anyone else experience this? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 30, 2010 Share Posted May 30, 2010 Linking to the page with the issue might yield some relevant suggestions. We can only guess from the image. 0 Quote Link to comment Share on other sites More sharing options...
exwizzard Posted May 30, 2010 Author Share Posted May 30, 2010 Yeah sure exwizzard.com/ovhreseller/whmcs/ 0 Quote Link to comment Share on other sites More sharing options...
exwizzard Posted May 30, 2010 Author Share Posted May 30, 2010 By the way , is it possible to edit my posts? i don't see the button anywhere edit: ok i see it now but for this post only 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 30, 2010 Share Posted May 30, 2010 Edits are only available for a short time for each post. I only see a really narrow gap after the footer. If tis' that gap you're concerned with, you need to add margin settings to the body tag in the CSS. 0 Quote Link to comment Share on other sites More sharing options...
exwizzard Posted May 30, 2010 Author Share Posted May 30, 2010 I have tried that and none of the margin settings will remove that gap , i tried these body { margin: 0px 0px 0px 0px; } body { margin: auto auto auto auto; } body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 30, 2010 Share Posted May 30, 2010 Just looked at the site again, and it's on the bottom...? 0 Quote Link to comment Share on other sites More sharing options...
exwizzard Posted May 30, 2010 Author Share Posted May 30, 2010 Is it on bottom on all the pages? Maybe you have too small screen resolution to notice , try looking here exwizzard.com/ovhreseller/whmcs/clientarea.php and here is how i see it http://img62.imageshack.us/img62/2461/sited.jpg 0 Quote Link to comment Share on other sites More sharing options...
exwizzard Posted May 30, 2010 Author Share Posted May 30, 2010 seems i found some kinda of temporary solution position: absolute; bottom: 0px; but it overlaps other content on low resolution 0 Quote Link to comment Share on other sites More sharing options...
pmoseley Posted July 27, 2010 Share Posted July 27, 2010 I had the same problem, the only solution I found that works properly is to add the start of the <div class="footer"> to the bottom of each .tpl file and then remove the corresponding text from footer.tpl For example: header.tpl <div class="header">bla bla bla </div> homepage.tpl <div class="main">Main content here </div> <div class="footer> footer.tpl Copyright Joe Bloggs</div> This way, you'll have "powered by WHMCS" in the footer of each page and you don't get formatting errors like using your current method. P.S. You can write a quick batch script to make the modifications to the .tpl files. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.