1

Topic: [Solved] Adsense Google

Hello,
I begin with PunBB, I inserted Adsense on main.tpl, but I would like to know how to insert one line spacing to separate well?
Thank you

Re: [Solved] Adsense Google

Insert spacing?

http://www.w3schools.com/tags/tag_br.asp

should help

3

Re: [Solved] Adsense Google

Thank you KeyDog for the information and the site.

Regrettably, nothing works to insert a space before and after the Google banner Adsense.

The main.tpl file takes the html?
The modifications with the html change nothing on the main.tpl

I shall like inserting a space in red on the joined image.

http://img204.imageshack.us/img204/4848/spacej.gif

Thank you for your help

Re: [Solved] Adsense Google

Tell you what

Place the adsense code in a seperate div and give the div a name....

Then add the name to the .css stylesheets and set the margin/distance in there....

5

Re: [Solved] Adsense Google

Thank you KeyDog, I understand better for the CSS.
That works.

For those who are in my case:
. In CSS
#pub{
    margin-top: 50em;
    }

. In main.tpl
<div id="pub">Code Google</div>

Thank you.

Re: [Solved] Adsense Google

http://punbb.informer.com/forums/topic/ … or-guests/

Re: [Solved] Adsense Google

Thank you this is a good mod to integrate adsense