In the source code, there is (probably) a height for either the row or column in the table, like:
<tr height="xx">
You need probably either remove that height or make it the same height that your image is. If your image is 20 pixels tall, then if you set the row height to 20 pixels, it should fill the row (20 is an example, I have no idea what the height of your image or row are).
|