View Single Post
 
Old 07-13-2015, 06:51 AM
ArielK ArielK is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jul 2015
Posts: 2
ArielK is on a distinguished road
Red face HTML Mailchimp template goes wonky in Outlook

Hi there,

I created a Mailchimp template in Photoshop, sliced one image with a link and then saved it for web and images. I then updated the html with the external link for the images.

When I use the html in mailchimp and send a test email, it appears perfectly in my hotmail email account but when I receive the same email in Outlook 2013, the images either shift or are cut off.

Any tips?

HTML Code:

<html>
<head>
<title>Now selling 7 exclusive properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body bgcolor="#FFFFFF">
<!-- Save for Web Slices (Now selling 7 exclusive properties.psd) -->
<table id="Table_01" width="1000" height="3000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="http://www.sealedbid.co.za/public/MailingList/Now-selling-7-exclusive-properties_01.png" width="1000" height="987" alt="" /></td>
</tr>
<tr>
<td rowspan="2">
<img src="http://www.sealedbid.co.za/public/MailingList/Now-selling-7-exclusive-properties_02.png" width="484" height="2013" alt="" /></td>
<td>
<a href="http://www.sealedbid.co.za/" target="_blank">
<img src="http://www.sealedbid.co.za/public/MailingList/Now-selling-7-exclusive-properties_03.png" width="462" height="51" border="0" alt="" /></a></td>
<td rowspan="2">
<img src="http://www.sealedbid.co.za/public/MailingList/Now-selling-7-exclusive-properties_04.png" width="54" height="2013" alt="" /></td>
</tr>
<tr>
<td>
<img src="http://www.sealedbid.co.za/public/MailingList/Now-selling-7-exclusive-properties_05.png" width="462" height="1962" alt="" /></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
Reply With Quote