I've got my adsense ads centered in a table - but it's not displaying centered:
www.belovedmemories.orghere's the code
<table width="95%" align="center">
<tr>
<td><script type="text/javascript"><!--
google_ad_client = "pub-2460288922812291";
/* 728x90, created 2/11/08 */
google_ad_slot = "5251651147";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</table>
the above is immediately after
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<tr class="windowbg2">
<td colspan="2" height="24" class="tborder" style="border-width: 1px 0 0 0; padding-left: 1ex;">
<b>', $txt[102], ':</b> ', $context['random_news_line'], '
</td>
</tr>';
echo '
</table>
Can someone point me to what to tweak to get them displayed centered?
Thanks!