Rendering problems can only be resolved if we can see the problem. But a
guess (based on experience):
if the table cell is written in code view as:
<td valign="top"><img src="imagename.jpg"></td>
there will not be any space at the top.
If it is:
<td valign="top">
<img src="imagename.jpg">
</td>
there may be space at the top .
If it is:
<td><img src="imagename.jpg"></td>
<td>some content that makes this cell higher than the one with the
image</td>
the image in the first cell will be aligned in the middle of the first cell,
with space at top and bottom, the second cell can be anywhere in the same
row.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.