|
I know that this has been solved already, but if you are including only one image in a cell, then you should always keep the cell tags on the same line. Including spaces and line breaks will only cause trouble. Sometimes (and this is a strange thing), you can't stop the HTML from doing this by default. But if you add a <BR> tag at the end of the data in the cell you will get rid of the probelm. HTML is screwy like that :/
|