Without seeing your stuff I can only guess.
My guess is... whitespace in the code. Try to write each table cell on one single line, without spaces, indentions or line breaks between tags.
<td><img></td>
NOT so:
<td>
<img>
</td>
Browsers handle whitespace quirky in some situations.
(o<
//\ =^..^=