This is the first mod ive installed on my 3.6.4 and it is amazing, thank you so much
One thing i cant figure out though is how to center the image, here is my code
Quote:
<if condition="$foruminfo['sponsorenabled'] == 1">
<table width="100%" class="tborder" border="0" align="center">
<tr>
<td class="alt1"><table width="100%" border="0" cellspacing="5">
<tr>
<td width="10" rowspan="2" valign="middle"><div align="center"><a target="_blank" href="$foruminfo[sponsorlink]"><img alt="$foruminfo[sponsorname]" src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td>
<td valign="top"><div align="left"><strong><a target="_blank" title="$foruminfo[sponsorname]" href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td>
</tr>
<tr>
<td valign="top"><div align="left">$foruminfo[sponsordescription]</div></td>
</tr>
</table></td>
</tr>
</table>
<br>
</if>
|
Other than that its perfect :banana: