If I use the footer option, where would be the best place to put the ad code?
I have mine placed at the very top of the template under the <br /> tag. I have two of those tags where my template begins, I can't remember if I added one in or not.
So my footer template goes like this:
PHP Code:
<br />
<br />
// adsense code
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]<br />
// and so on...
And so forth. It'll put it above the "powered by vBulletin (version)" message.