Many thanks Zuker for directing me towards the useful thread...
However as my board is based on XS which ca_aphrodite template and not subsilver...
I am stuck here....I appreciate if you can help me directing me on where exactly I have to make these changes ...
This is part of the text file which is provided for installation of the above Forum Sponsors and this is what it contains...
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------
#
</table>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<table width="100%" cellspacing="1" cellpadding="2" border="0" align="center">
<tr>
<td align="center">
{FORUM_SPONSOR}
</td>
</tr>
</table>
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
</table>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<table width="100%" cellspacing="1" cellpadding="2" border="0" align="center">
<tr>
<td align="center">
{FORUM_SPONSOR}
</td>
</tr>
</table>
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/admin/forum_edit_body.tpl
#
#-----[ FIND ]------------------------------------------
#
</table></td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<tr>
<td class="row1">{L_FORUM_SPONSOR}<br/><span class="gensmall">{L_FORUM_SPONSOR_NOTE}</span></td>
<td class="row2"><textarea rows="5" cols="45" wrap="virtual" name="sponsor" class="post">{SPONSOR}</textarea></td>
</tr>
When I open viewfotumbody.tpl or viewtopicbody.tpl I got confused as I found more than one </table>.
I am sorry if I am asking something which I am not supposed to If so please don't give me a warning ...
Any help is greatly appreciated in this regard