Images getting cut off in Outlook 2007/2010
问题 Images lost the top row of pixels, but only in certain situations. Example markup: <table border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" height="20"> <div style="line-height:0;"><img src="http://path.to/image.png" alt="" height="20" width="25" /></div> </td> </tr> </table> I was under the impression that since <img> is an inline element, it should be contained inside a block level element. That's why I wrapped my <img> in <div> . But this caused a problem where the text