Code: Select all
<table callspacing="0" cellpadding="5" border="1">
<tbody><tr bgcolor="#999999">
<th>Product</th>
<th>aantal</th>
<th>Prijs</th>
</tr>
<tr>
<td>
Broodje Americain (Wit) </td>
<td>2</td>
<td>€5,20</td>
</tr>
<tr>
<td>
Broodje Gehakt (Wit) </td>
<td>1</td>
<td>€2,60</td>
</tr>
<tr>
<td>
Broodje Kaas (Bruin) </td>
<td>1</td>
<td>€3,10</td>
</tr>
<tr bgcolor="#DDDDDD">
<td colspan="2"><b>Totaal</b></td>
<td><b>€ 10,9</b></td>
</tr>
</tbody></table>Since that didn't work i generate the HTML in my e-mail template itself, but still the tags get filtered out.
any suggestions?


