I know there are issues displaying email in Outlook and IE, but I’m stumped on what I need to change here. The cell containing the word “Have You Seen
“Flannel of the Month”?” displays the correct height in Firefox, Safari, and Chrome, as does the cell just beneath it.
In IE and Outlook, the cells are really tall and look awful. What am I doing wrong?
I haven’t seen your email in IE and Outlook etc, but looking at your code, I would suggest that both columns (left and right) should be in the same TR. At the moment you have all of the left column in one TR, but only the right column’s title in the same TR, which is asking for problems, I’d say.
So, move the majority of the right column content into the same TR as the left column’s content, and that should help.