Big empty footer

cajkan

Active Member
<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
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;
 
Top