Hi blamoureux,
Because the tag TD have default background-color setting, like below
<table>
<tr style="background-color: Red">
<td style="background-color: White">
test
</td>
</tr>
</table>
the background-color:Red willnot works, because we set a default color 'White' in td
Regards,
Ken