the one on this forum probably looks something like this
Code:
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td background="https://vborg.vbsupport.ru/images/side_image.gif"></td><td width="765"><a href="index.php?s="><img src="https://vborg.vbsupport.ru/images/logo.gif"></a></td><td background="https://vborg.vbsupport.ru/images/side_image.gif"></td></tr></table>
you could modify your code to this:
Code:
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr>
<td background="{ imagesfolder}/background.gif" align="center"><img border="0" src="{ imagesfolder}/dazelogo.jpg" width="100%"></a></td>
</tr>
</table>