I have an image in cell 1 of a 2 cell row. There is text in cell 2. Because Outlook.com decides to give extra spacing between text (compared to other browsers) it is distorting (adding height to) the whole row: but the image in cell 1 stays aligned to the top of the cell.
I have tried forcing the line height for the text, but that does not work.
Currently my code is:
<td style="vertical-align: middle;" valign="middle">
<p style="text-align: center;">
<img style="margin: 0 auto; vertical-align: middle;" valign="middle" title="Date and Venue" alt="Date and Venue" src="imgURL" height="x" width="y">
</p>
</td>
But all these instructions are ignored by Outlook.com.
How do I make the image center itself in the cell?