Look for the following code in theme.html at the top
Code:
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD align="center"><IMG SRC="{image-path}redrumredux_02.gif" WIDTH=760 HEIGHT=130 ALT=""><br>
</TD>
</TR>
</table>
<BR>
Then insert right after the <BR>
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center"><!-- [banners] --></td>
</tr>
</table>
|