there are several lang keys for the text advertisement text why not use them here.
<span style="font-size: 9px;line-height:9px;">advertisement</span>
this is the word above the banners i thought it might be in lang but here it is...
there are several lang keys for the text advertisement text why not use them here.
<span style="font-size: 9px;line-height:9px;">advertisement</span>
this is the word above the banners i thought it might be in lang but here it is...
Also for the bottom banner this text is right under the button almost touching it, you need to put some top padding of maybe 10 px on this if you can.
I changed it to this because for some reason padding-top would not work. And this did the trick.
<table class="ow_automargin ow_std_margin">
<tr>
<td style="text-align: right;">
<br />
<br />
<span style="font-size: 9px;line-height:9px;">advertisement</span>
<div style="text-align: center;">{$code}</div>
</td>
</tr>
</table>