Hi.
I use Core 1.6.6 and NMS 2.2.2 or 2.2.3.
Thats the NMS template:
<html>
<body>
<div id="box" style="width: 580px; overflow: hidden; border: #5b6d31 solid 1px">
<div id="header" style="width: 580px; height: 120px; overflow: hidden; background: #fff url(
http://www.ourdomain.de/pub/uploads/images/pubs/580x120_nms_head.jpg)"></div>
<div id="content" style="margin: 10px;">
{nms_content name='content' prompt='HTML Content'}
<div id="addy" style="border-top: #5b6d31 solid 1px; margin-top: 30px;">
<p style="font-size: 10px; color: #5b6d31; font-family: Verdana">
<br><br>
Name Firma<br>
<br>
Adresse<br>
PLZ/ORT<br>
<br>
Tel.: +49 Telefon<br>
Fax : +49 Fax<br>
E-Mail: mailadresse<br>
www.ourdomain.de<br><br>
<p style="font-size: 10px; color: #5b6d31; font-family: Verdana">
<br>Redaktion und Verantwortlich fr den Inhalt: <br>
<b>Redaktion</b><br>
<br>
Adresse(im Park)<br>
PLZ/Ort<br>
<br>
</p>
</div>
<div id="function" style="border-top: #5b6d31 solid 1px">
<p style="font-size: 10px; color: #5b6d31; font-family: Verdana"><br><b>Abmelden und Einstellungen ndern:</b><br /><br />
Um die Publikationen <strong>abzubestellen</strong> mssen Sie hier klicken und in der dann folgenden E-Mail die Abmeldung besttigen: <a href="{$unsubscribe}" target="_blank">hier abmelden>></a><br /><br />Um Ihre <strong>Einstellungen zu ndern </strong>hier klicken: <a href="{$preferences}" target="_blank">hier aendern>></a><br><br>Informationen zu Ihrem Abonnement: <a href="{$confirmurl}" target="_blank">hier klicken>></a></p>
</div>
</div>
</div>
</body>
</html>
How can i manage the newsletter content to use of the styles given in the template or page stylesheets?
Currently i have to format all text manualy (like font, size, color).
Thankx
map_1961