S shoofixmafi New Member Oct 2, 2013 #1 Hello How to remove this big white space in my footer below the last listing? www.coollinks.co Thanks
Hello How to remove this big white space in my footer below the last listing? www.coollinks.co Thanks
cajkan Active Member Oct 2, 2013 #2 <div align="center"> This makes you problem, maybe style little bit with css HTML: HTML: <div class="ads"> Google Adsense - CODE HERE </div> CSS: Code: .ads { text-align: center; } If you still have problems, you can contact.
<div align="center"> This makes you problem, maybe style little bit with css HTML: HTML: <div class="ads"> Google Adsense - CODE HERE </div> CSS: Code: .ads { text-align: center; } If you still have problems, you can contact.
Basti Administrator Staff member Oct 2, 2013 #3 Well, not that cajkan is wrong...you should like he said use classes, one which is already in our css is class center. So use Code: <div class="center"> ad code </div> instead But that has nothing to do with your issue. You told google to set up the iframe 600px height Code: google_ad_height = 600;
Well, not that cajkan is wrong...you should like he said use classes, one which is already in our css is class center. So use Code: <div class="center"> ad code </div> instead But that has nothing to do with your issue. You told google to set up the iframe 600px height Code: google_ad_height = 600;