image strecthed when sending html email

henrikjt

New Member
Hi Everyone,
I send out eflyers to my clients through Email Sender Deluxe. Some of my clients who are using outlook receives the eflyer in a stretched format like the image below.
stretchedeflyer.jpg


This is the code i use to send the eflyer:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<P>Hi &lt;#[First Name]#&gt;,</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">In the heart of Baywood, one of
the Peninsulas’ choicest neighborhoods, is an enchanting English style home
quality built in 1930. Inside and out, there is exquisite period architectural
detailing. Restored in the mid 90’s, this home is in excellent condition.</P>
<P>Please scroll down for several&nbsp;photos.&nbsp;Virtual Tour&nbsp;<A
href="http://www.524fordhamroad.com" target=_blank>here</A></P>
<P><A href="http://524fordhamroad.com" target=_blank><IMG
alt=Click_Here_For_Virtual_Tour
src="http://www.524fordhamroad.com/fordham-ecard.jpg" border=0></A></P>
<P>If you do not see the eflyer, please visit <A
href="http://www.524fordhamroad.com/fordham-ecard.jpg">this
link</A></P></BODY></HTML>

Does anyone know what might be causing this? Windows mail works fine along with all the webmail providers that i know of.

Thanks in advance

Henrik
 

henrikjt

New Member
this is what it looks like, i even added a spacer gif and also using height and with tags for the image

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<P>Hi &lt;#[First Name]#&gt;,</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">In the heart of Baywood, one of
the Peninsulas’ choicest neighborhoods, is an enchanting English style home
quality built in 1930. Inside and out, there is exquisite period architectural
detailing. Restored in the mid 90’s, this home is in excellent condition.</P>
<P>Please scroll down for several&nbsp;photos.&nbsp;Virtual Tour&nbsp;<A
href="http://www.524fordhamroad.com" target=_blank>here</A></P>
<P>
<TABLE cellSpacing=0 cellPadding=0 width=700 border=0>
<TBODY>
<TR>
<TD><IMG height=5333
src="http://www.524fordhamroad.com/Assets/images/spacer2.gif" width=10><A
href="http://524fordhamroad.com" target=_blank><IMG height=5333
alt=Click_Here_For_Virtual_Tour
src="http://www.524fordhamroad.com/fordham-ecard.jpg" width=700
border=0></A></TD></TR></TBODY></TABLE></P>
<P>If you do not see the eflyer, please visit <A
href="http://www.524fordhamroad.com/fordham-ecard.jpg">this
link</A></P>test:</BODY></HTML>
 
Top