Topic: Adding Google AdSense To Header Quick Solution

N3twork2 wrote:

Hello

Main.tpl

<div id="brd-head" class="gen-content">

    <div id="pub">
Google adsense code
    </div>

Css page

#pub {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 468px;
    height: 70px;
}

pub being ads in french smile
thanks N3twork2

probably will be easier to find for people in this post....

Re: Adding Google AdSense To Header Quick Solution

Thank big_smile

Re: Adding Google AdSense To Header Quick Solution

Thank you ! smile

Re: Adding Google AdSense To Header Quick Solution

That worked, thanks!

However, for the CSS page, I used this:

#google {
    float: right;
    width: 468px;
    height: 70px;
}

It aligns it more nicely.  smile

Re: Adding Google AdSense To Header Quick Solution

I use Announcement for AdSense, it can't be easier. smile

Geek : We're all geeks...
Musique : French Music Webzine

Re: Adding Google AdSense To Header Quick Solution

liveambitions wrote:

That worked, thanks!

However, for the CSS page, I used this:

#google {
    float: right;
    width: 468px;
    height: 70px;
}

It aligns it more nicely.  smile

thanks for this topic. it'll help me to add banner in my forum's (http://forum.banglalibrary.org) header