HS
0
Outlook Table Height
In my HTML email (generated using a document tool called Thunderhead), I am defining the height of various table rows in pixels but Outlook 2007 and 2010 completely ignore these and squash them down to the height of the content inside them.
Everything else renders these emails as expected. What can do I?
I would recommend adding padding to the table cells to achieve this.
I'm fairly sure declaring widths and heights on table rows isn't valid HTML, nor will it work everywhere, where as Padding will.