1 (edited by Noobie 2007-04-30 19:54)

Topic: Banner exchange code on PunBB

Hello,
I'd like to add banner exchange code on PunBB, at the bottom of the forum. I read you have to edit main.tpl. So here's the part I edited:

 <pun_main>

<pun_footer>
<script language=javascript src="http://www.88x31.lt/serve.php?9257,3,1"></script><br><a target=_blank href="http://www.88x31.lt/refer.php?9380">88x31.lt</a>
</div>
</div>

But it looks uuuuugly! I want it to be centered and clean.

http://img47.imageshack.us/img47/1857/forumaswm2.jpg

The way it should look like is 3 88x31 banners grouped together in one line nicely.

Re: Banner exchange code on PunBB

Try this:

 <pun_main>

<pun_footer>
</div>
</div>
<center><script language=javascript src="http://www.88x31.lt/serve.php?9257,3,1"></script><br><a target=_blank href="http://www.88x31.lt/refer.php?9380">88x31.lt</a></center>

Re: Banner exchange code on PunBB

Thanks, that helped.