My forum sponsor advert is always left aligned, This is the code in ForumDisplay can someone show me how to get the image centered. Thanks in anticipation.
PHP Code:
<if condition="$foruminfo['sponsorenabled'] == 1">
<table width="100%" class="tborder" border="0" align="center">
<tr>
<td width="100%" align="center">Forum Sponsor</td>
</tr>
<tr>
<td class="alt1"><table width="100%" border="0" cellspacing="5">
<tr>
<td width="10" rowspan="2" valign="middle"><div align="center"><a href="$foruminfo[sponsorlink]" target="_blank"><img src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td>
<td valign="top"><div align="center"><strong><a href="$foruminfo[sponsorlink]" target="_blank">$foruminfo[sponsorname]</a></strong></div></td>
</tr>
<tr>
<td valign="top"><div align="center">$foruminfo[sponsordescription]</div></td>
</tr>
</table></td>
</tr>
</table>
<br>
</if>