|
|
#1 |
|
Bronze Member
![]() Join Date: Oct 2008
Posts: 59
|
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. ![]() 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 <#[First Name]#>,</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 photos. Virtual Tour <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
__________________
San Mateo Real Estate |
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Jan 2010
Location: Edmonton, AB
Posts: 21
|
Maybe try putting in the specific height/width attributes into each <img> tag
|
|
|
|
|
|
#3 |
|
Bronze Member
![]() Join Date: Jul 2008
Location: Illinois
Posts: 85
|
John is right, you need a width and height specified.
|
|
|
|
|
|
#4 |
|
Bronze Member
![]() Join Date: Oct 2008
Posts: 59
|
i tried with no luck
__________________
San Mateo Real Estate |
|
|
|
|
|
#5 |
|
Bronze Member
![]() Join Date: Oct 2008
Posts: 59
|
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 <#[First Name]#>,</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 photos. Virtual Tour <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>
__________________
San Mateo Real Estate |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|