main.html
765 Bytes
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;background-color:#fff3d8; margin-bottom: 10px;">
<tr valign="top">
<td><img src="/source/tmpl/img/pink_top_left.gif" width="10" height="11" alt="" /></td>
<td style=" width:100%;"><div style="color:#0071bc; font-size: 14px; font-weight: bold;">${title}</div></td><td><img src="/source/tmpl/img/pink_top_right.gif" width="10" height="11" alt="" /></td></tr>
<tr valign="top">
<td></td>
<td style="width:100%;">
${content}
</td>
<td></td>
</tr>
<tr valign="bottom"><td><img src="/source/tmpl/img/pink_bottom_left.gif" width="10" height="11" alt="" /></td><td style="width:100%;"> </td><td><img src="/source/tmpl/img/pink_bottom_right.gif" width="10" height="11" alt="" /></td></tr>
</table>