Hallo,
ich habe inen Newsletter gebaut, der auch wunderbar funktioniert.
Nur bei Outlook unter Vista werden die CSS nicht berücksichtigt.
Hier mal der Kopfbereich der EMail:
Interessant ist, dass mir der Quelltext der Mail folgendes anzeigt:
Diese Codezeile wurde automatisch generiert, sie steht nicht in meinen Code.
Würde mich über Tipps freuen.
Gruß
D.
ich habe inen Newsletter gebaut, der auch wunderbar funktioniert.
Nur bei Outlook unter Vista werden die CSS nicht berücksichtigt.
Hier mal der Kopfbereich der EMail:
PHP:
<html>
<head>
<title>Newsletter</title>
<style type="text/css">
p, ol, ul, li, .normal { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12px; color: #999999; }
.kleingrau { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; line-height:11pt; color: #999999; }
.headline { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:15px; font-weight:bold; color: #999999; }
.nav { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:11px; color: #999999; }
.navaktiv { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:11px; color: #FFFFFF; }
.unternav { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; color: #999999; }
.unternavaktiv { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; color: #FFFFFF; }
.blaettern { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12px; color: #FFFFFF; }
a.navaktiv:link { text-decoration: none; color: #FFFFFF; }
a.navaktiv:active { text-decoration: none; color: #FFFFFF; }
a.navaktiv:visited { text-decoration: none; color: #FFFFFF; }
a.navaktiv:hover { color: #FFFFFF; text-decoration: underline }
a.unternav:link { text-decoration: none; color: #999999; }
a.unternav:active { text-decoration: none; color: #999999; }
a.unternav:visited { text-decoration: none; color: #999999; }
a.unternav:hover { color: #999999; text-decoration: underline }
a.unternavaktiv:link { text-decoration: none; color: #FFFFFF; }
a.unternavaktiv:active { text-decoration: none; color: #FFFFFF; }
a.unternavaktiv:visited { text-decoration: none; color: #FFFFFF; }
a.unternavaktiv:hover { color: #FFFFFF; text-decoration: underline }
a.blaettern:link { text-decoration: none; color: #FFFFFF; }
a.blaettern:active { text-decoration: none; color: #FFFFFF; }
a.blaettern:visited { text-decoration: none; color: #FFFFFF; }
a.blaettern:hover { color: #FFFFFF; text-decoration: underline }
a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #999999; }
a:visited { text-decoration: none; color: #999999; }
a:hover { color: #FFFFFF; text-decoration: none }
</style>
<base href='http://abc-fotografie.de' /> // Fake URL - nicht die echte
</head>
Interessant ist, dass mir der Quelltext der Mail folgendes anzeigt:
<base href='http://abc-fotografie.de' />
Diese Codezeile wurde automatisch generiert, sie steht nicht in meinen Code.
Würde mich über Tipps freuen.
Gruß
D.