I am trying to get rid of the red background between the images here. How can I do this using css?
<table style="background-color:red; padding:0;margin:0;">
<tr>
<td>
<img src="/graphics/susSlogan.gif">
</td>
</tr>
<tr>
<td>
<img src="/graphics/susSlogan.gif">
</td>
</tr>
</table>