Hi,
I tried to paste the html including the style in the online newsletter demo like beyond, after I switched from html to normal and back to html view the style tag is also removed by <em></em> What can I do to fix this?
It's pretty urgend so please let me know if there are any solutions.
THX
<style type="text/css">
<!--
.border {
border: 1px solid #fff;
}
.text {
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 11px;
}
.date {
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 15px;
font-weight: bold;
}
.headline {
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 18px;
font-weight: bold;
background: url(
http://daten.creaserver.de/kunden/musikparkheilbronn/nl/kw45/head.gif);
background-position: left;
background-repeat: repeat-x;
}
.week {
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 11px;
font-weight: bold;
background: url(
http://daten.creaserver.de/kunden/musikparkheilbronn/nl/kw45/head.gif);
background-position: left;
background-repeat: repeat-x;
}
-->
</style>
<table>........