In one of my stores I use the Ccavenue payment module. Their website offers the following code for placing the logo. I placed the code in tpl_main_page.php in common under custom template. The logo appears but below the lower navigation bar and to the left of everything. I tried using a blank column sidebox but I am not sure where to place the code. Any suggestions?
<script language='JavaScript'>
function openLogo(ClientID)
{
var attributes = 'toolbar=0,location=0,directories=0,status=0, menubar=0,scrollbars=1,resizable=1,width=550,height=600,left=0,top=0';
sealWin=window.open('http://www.ccavenue.com/verifySeal.jsp?ClientID='+ClientID ,'win',attributes);
self.name = 'mainWin';
}
</script>
<table border=0 width="118" cellpadding="0" cellspacing="0">
<tr>
<td align=center valign="top" >
<a href = "javascript:openLogo('Place Your Merchant ID Here')">
<img src="http://www.ccavenue.com/images/129.gif" >
</a>
</td>
</tr>
</table>
<font face="Verdana, Arial, Helvetica, sans-serif" size=1><b>
<a href="http://www.ccavenue.com/">Merchant account,</a>
<br>
<a href="http://www.ccavenue.com/content/credit_card_processing.jsp">Credit
Card Processing</a>
<br>
<a href="http://www.ccavenue.com/">Payment Gateway</a></b>
</font>