Topic: Kingsage Forum (on line game)

Hello

With punbb 1.3.2

http://kingsage.elektrozone.org/

Re: Kingsage Forum (on line game)

nice.

how are you integrating the google ads in header?

Re: Kingsage Forum (on line game)

hello

Simply a css code smile

Re: Kingsage Forum (on line game)

can you paste it? (put XXX's where you don't want people to know link)
in which .css (.css or _cs.css)
thanks
big_smile
been wondering about best way to implement that quick and dirty
and your solution seems to be decent as you have it in header and not bothering layout by putting in extra space...

Re: Kingsage Forum (on line game)

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;
}

Re: Kingsage Forum (on line game)

cool. maybe you want to add that info to the topic looking for ads extension - it at least gives an option to those wanting to use google ads smile

thanks!

Re: Kingsage Forum (on line game)

Hello

Yes it's a good idea for ads extension but a dont knwo make an extension ...

Last edited by N3twork2 (2009-02-01 14:20:39)