1 (edited by Life Spirit 2006-09-21 06:52)

Topic: Regarding Google Adsense

alright, if you look at www.syi.cc and www.rsmarket.org, you see how their ads are inside of a table between the menu and the forums? I was wondering how i would go about doing that -.-

2 (edited by Gizzmo 2006-09-21 08:00)

Re: Regarding Google Adsense

edit main.tpl, and add above <pun_announcement>

<div class="block">
    <div class="box">
        <div class="inbox">
            [GOOGLE AD CODE HERE]
        </div>
    </div>
</div>

to center it, add to the last div

style="text-align:center"