Hello,
I've been able to get my table (2 col, 4 rows) to work in firefox, but when I look at it in IE, the images for column one are smashed, very narrow. I found another post that referenced using a <p> before the images, but that did not make a difference.
I found another post that referenced replacing
<tr align="left" valign="middle">
with
<td style="text-align:center;vertical-align:middle;">
which worked beautifully for the text, but not the images.
I tried replacing "text" with "image", but that didn't do anything in IE.
Any suggestions?
Many thanks.