Skip to content Skip to sidebar Skip to footer

Images Getting Cut Off In Outlook 2007/2010

Images lost the top row of pixels, but only in certain situations. Example markup:
<tableborder="0"cellpadding="0"cellspacing="0"><tr><td><imgsrc="http://path.to/image.png"alt=""height="20"width="25"></td></tr></table>

Or if you really must define heights:

<tableborder="0"cellpadding="0"cellspacing="0"><tr><tdheight="20"style="height:20px;line-height:20px;"><imgsrc="http://path.to/image.png"alt=""height="20"width="25"></td></tr></table>

Hope that helps!

Solution 2:

This occurs in Outlook when a very long image is inserted in a campaign. The limit for image length is approximately 1728px tall. Outlook will clip the excess off the top of images taller than 1728px.

If you cannot decrease the size of your image to under 1728px tall, the best alternative is to crop the image into separate images. If using a drag and drop template, you can then add multiple Image blocks to the campaign to upload each part of the image. To ensure the images appear as one fluid image, navigate to the Settings tab for each Image block and select the Edge To Edge check box under Margins.

Post a Comment for "Images Getting Cut Off In Outlook 2007/2010"