C
CJM
Apologies for corss-posting to such varied groups, but I suspect all may be
able to contribute in one way or another.
I'm preparing to send a mailshot to existing customers (and those that have
expressed an interest) in Denmark - we are based in the UK. I've created a
mailing program (.NET) which takes a HTML template, and after a bit of
tweaking, emails it to a group of customers listed in a database. No
problems so far....
The first problem I have is that the Danish text is displaying correctly in
some email clients (e.g. Outlook 2003 and 2007) but not in others
(Thunderbird, Gmail, and another webmail client). I'm fairly new working in
different locales - what do I need to do to get the text to display
correctly? I can obviously change the text to use the nearest English
equivalent characters, but it would be somewhat discourtious considering
that all recipients will be Danish. Is it simply to specify a character set
in a Meta tag; if so, which? Is it the codepage?
The second problem I have is that the start and end of the email consists of
two images, both of which are 800px wide. I want the text between the two to
also be restricted to 800px, so I've set the width of the outer DIV
accordingly. This appears to work in some clients (Thunderbird, webmail,
etc) but not in others (Outlook), where the text flows as far as the window
allows. Is this an IE rendering issue, perhaps? More importantly, what can I
do to achieve the desired result - the majority of the recipients are likely
to be using an Outlook version of some sort, so I can't ignore them.
The html for the email is as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Dansk Miljøzoner</title>
</head>
<body>
<div style="width:805px;font-family:Arial;">
<img src="cid:CID1" width="800" height="207" style="border-style:none;">
<h2>Så er det nu, du skal bestille for at være klar til miljøzonen</h2>
<p>Hvis du vil være klar til at overholde reglerne for miljøzoner i
København og
på Frederiksberg fra september 2008, er det <strong>PÅ HØJE TID</strong>,
du får givet din bestilling.
Vi får mange forespørgsler og ønsker at sikre <strong>DIG</strong> levering
til tiden.</p>
<p>Eminox' systemer er godkendt til opdatering af alle Euro 1 køretøjer til
Euro 4
partikelnormen. Med vores systemer er dine køretøjer forberedt til
miljøzonerne frem
til år 2010. og endnu længere ud i fremtiden!</p>
<h3>Husk det nu! Bestil i dag!</h3>
<img src="cid:CID2" width="800" height="207" style="border-style:none;">
</div>
</body>
</html>
Any thoughts?
Thanks in advance
Chris
able to contribute in one way or another.
I'm preparing to send a mailshot to existing customers (and those that have
expressed an interest) in Denmark - we are based in the UK. I've created a
mailing program (.NET) which takes a HTML template, and after a bit of
tweaking, emails it to a group of customers listed in a database. No
problems so far....
The first problem I have is that the Danish text is displaying correctly in
some email clients (e.g. Outlook 2003 and 2007) but not in others
(Thunderbird, Gmail, and another webmail client). I'm fairly new working in
different locales - what do I need to do to get the text to display
correctly? I can obviously change the text to use the nearest English
equivalent characters, but it would be somewhat discourtious considering
that all recipients will be Danish. Is it simply to specify a character set
in a Meta tag; if so, which? Is it the codepage?
The second problem I have is that the start and end of the email consists of
two images, both of which are 800px wide. I want the text between the two to
also be restricted to 800px, so I've set the width of the outer DIV
accordingly. This appears to work in some clients (Thunderbird, webmail,
etc) but not in others (Outlook), where the text flows as far as the window
allows. Is this an IE rendering issue, perhaps? More importantly, what can I
do to achieve the desired result - the majority of the recipients are likely
to be using an Outlook version of some sort, so I can't ignore them.
The html for the email is as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Dansk Miljøzoner</title>
</head>
<body>
<div style="width:805px;font-family:Arial;">
<img src="cid:CID1" width="800" height="207" style="border-style:none;">
<h2>Så er det nu, du skal bestille for at være klar til miljøzonen</h2>
<p>Hvis du vil være klar til at overholde reglerne for miljøzoner i
København og
på Frederiksberg fra september 2008, er det <strong>PÅ HØJE TID</strong>,
du får givet din bestilling.
Vi får mange forespørgsler og ønsker at sikre <strong>DIG</strong> levering
til tiden.</p>
<p>Eminox' systemer er godkendt til opdatering af alle Euro 1 køretøjer til
Euro 4
partikelnormen. Med vores systemer er dine køretøjer forberedt til
miljøzonerne frem
til år 2010. og endnu længere ud i fremtiden!</p>
<h3>Husk det nu! Bestil i dag!</h3>
<img src="cid:CID2" width="800" height="207" style="border-style:none;">
</div>
</body>
</html>
Any thoughts?
Thanks in advance
Chris