Ik probeer een HTML mail uit te sturen wat prima gaat naar 99% van de clients.
Er zit alleen 1 vogel tussen die Mail 1.2.2 draait onder de Apple , deze claimt altijd goed HTML mail te ontvangen maar dat bij deze de achtergrondkleur en css niet doorkomt
De css doet gewoon niks
De bron van de mail ziet er als volgt uit
Ik ben al aan het stoeien geweest maar ik krijg het niet werkend totdat ik een font color toewijs aan een stuk text , ik wil dit natuurlijk door css laten gebeuren
Er zit alleen 1 vogel tussen die Mail 1.2.2 draait onder de Apple , deze claimt altijd goed HTML mail te ontvangen maar dat bij deze de achtergrondkleur en css niet doorkomt
De css doet gewoon niks
De bron van de mail ziet er als volgt uit
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| To: michael@guntenaar.nl
Subject: Is deze ok?
From: E-zine tester <michael@guntenaar.nl>
Subject: Is deze ok?
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="This_is_the_boundary_hip_ho"
Content-Transfer-Encoding: 7bit
--This_is_the_boundary_hip_ho
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Test text
--This_is_the_boundary_hip_ho
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The sheer</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
background-color : White;
font-family : Verdana;
font-size : 8.5pt;
margin-bottom : 5px;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
}
.main {
font-family : Verdana;
font-size : 8.5pt;
color: white;
background-image : url(http://www.toxic-orange.com/sheer/images/main.gif);
}
a {
color:#B61868;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="500" align="center">
<tr>
<td>[img]"http://www.toxic-orange.com/sheer/images/top.gif"[/img]</td>
</tr>
<tr>
<td height="300" class="main" valign="top" bgcolor="orange">
Hallo dit is een test nummer 2 volledig W3C standaard
</td>
</tr>
<tr>
<td><a href="http://www.thesheer.com">[img]"http://www.toxic-orange.com/sheer/images/footer.gif"[/img]</a></td>
</tr>
</table>
<p align="center">
<font size="1" color="#FC9A00">wil je geen mail meer van ons ontvangen stuur er dan een naar <a href="mailto:World-Service@theSheer.com">World-Service@theSheer.com</a></font>
</p>
</body>
</html>
--This_is_the_boundary_hip_ho-- |
Ik ben al aan het stoeien geweest maar ik krijg het niet werkend totdat ik een font color toewijs aan een stuk text , ik wil dit natuurlijk door css laten gebeuren
Ja man