Seite 1 von 1

Massenemail template Problem

Verfasst: 21.12.2010 21:13
von Gamesalert
Hallo Community

Ich habe mir jetzt das Mass-email HTML - Mod installiert und das funktioniert auch super!
Habt ihr vielleicht ein paar Tipps, wie man das Template für alle email-Programme kompatibel machen kann? Ich nutze Outlook 2010. Bei web.de sieht das Ganze jedoch wieder ganz anders aus.
Habt ihr da ein paar Tipps? denn ganz normale <div>s funktionieren nicht.

so sieht das in outlook aus:
[ externes Bild ]

und so bei web.de:
[ externes Bild ]

und das hier ist der Template-Code:

Code: Alles auswählen

<style type="text/css">
<!--
a {color:#119407;text-decoration:none;outline:none;}
a:hover {color:#119407;text-decoration:underline;outline:none;}
-->
</style>
<html>
<head>
</head>
<body style="background-color:#424242;">
<center>

<table cellpadding="0" cellspacing="0">
<tr>
<td>

<a href="http://base-of-truth.de/"><img style="text-decoration:none;outline:none;" src="http://img.webme.com/pic/f/faithorange/email-head.png" /></a>

</td>
</tr>

<tr>
<td>

<table cellpadding="0" cellspacing="0"><tr><td width="112"> </td>
<td width="538" style="font-color:#cccccc;border-left:1px solid #000000;border-right:1px solid #000000;background-color:#2b2b2b;padding:10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;">
<font color="#cccccc">
Hallo {USERNAME}<br/><br/>
{MESSAGE}

</font>
</td>
</tr></table>
</td>
</tr>

<tr>
<td>

<a href="http://base-of-truth.de/"><img style="text-decoration:none;outline:none;" src="http://img.webme.com/pic/f/faithorange/email-foot.png" /></a>

</tr></td></table>

</center>

</body>
</html>
Habt ihr vielleicht eine Idee wie ich das Problem lösen könnte? :/

Danke im Voraus!

--Matz