Hallo, habe ein kl. Problem, in der Hoffnung, daß es schnell zu lösen ist.
Habe erfolgreich Post Notification installiert und läuft prima. Möchte jetzt aber das Email Template ändern. Dazu möchte ich im Kopfbereich mein Logo / Foto einbinden und im Fußbereich verschiedene Angaben machen (Email, Impressum, Link etc.). Wie mache ich das?
Mein template sieht so aus:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>@@weblog</title>
<meta http-equiv=content-type content="text/html; charset=ISO-8859-1" />
</head>
<body>
<!-- This must be in the body, because some webmail GUIs ignore the head-->
<style type="text/css">
body {
margin: 0px;
padding: 20px;
background: #FFF;
font-family: Verdana, "Times New Roman", Times, serif;
font-size: 62.5%;
}
#container {
margin: 20px;
padding: 10px;
background: #FFF;
border:solid 1px #556B2F;
}
div.header {
font-size: 3.5em;
font-weight: bold;
text-align: left;
background: #FFF;
color: #1291a4;
}
div.subhead {
font-size: 1.5em;
font-weight: bold;
text-align: left;
background: #FFF;
color: #a8d938;
}
h1 {
border-top:dotted 1px #556B2F;
padding-top: 20px;
font-size: 1.4em;
font-family: Garamond, Georgia, Verdana, serif;
color: #556B2F;
}
h2 {
font-size: 1.2em;
font-weight: bold;
}
h3 {
font-size: 1.0em;
font-weight: bold;
}
a:link {
color: #556B2F;
text-decoration: none;
}
a:hover {
color: #758575;
text-decoration: none;
}
.subscriptionDetails {
margin: 20px 0;
font-size: 1em;
font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
color: #000;
}
</style>
<div id="container">
<div class="header">
<!-- Website Name -->
@@blogname.de
</div>
<div class="subhead">
<!-- Datum der Veroeffentlichung -->
@@date @@time
</div>
<div class="subscriptionDetails">
Sie haben sich zum Empfang dieser Mitteilung angemeldet. <br /><br />
Wenn Sie sich abmelden oder ihre Einstellungen ändern möchten besuchen Sie bitte:<br />
<a href="@@conf_url">@@conf_url</a><br /> <br>
</div>
<h1><a href="@@permalink">@@title</a></h1>
<!-- kompletter Beitrag -->
@@content
</div>
</body>
</html>
Alles anzeigen
Nutze wp 2.9.2
http://www.praisenet.de
Für eine Rückmeldung wäre ich sooooooooo dankbar!!!
G, believer