It depends on where you want the Google ads, but if you want it to the right of the MyBB logo, change that table to this:
By all means, look at the source of my forums and have a look
(It's not overly pretty at the moment
)
Hope this helps,
James
<table width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="logo"><a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></td><td nowrap>Google stuff here</td>
</tr>
</table>
And change the td.logo in css to have width: 100%;
in itBy all means, look at the source of my forums and have a look


Hope this helps,
James
