<head> section removed out of newsletter html code
Posted: Mon 3. Jan 2005, 17:13
Hello,
I have made a html template for my newsletters. The template has the following layout:
I copied the code into the html editor and saved the newsletter. When opening the html editor again, only the code between the <body> tags is still there. So the whole css-definitions are gone!
That cannot be the intention, I think. Who can help? I cannot see anyone else had this problem. I have the most recent release with all patches installed.
I have made a html template for my newsletters. The template has the following layout:
Code: Select all
<html>
<head>
<title>Example</title>
<style type=text/css>
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; }
</style>
</head>
<body>
code
</body>
</html>
That cannot be the intention, I think. Who can help? I cannot see anyone else had this problem. I have the most recent release with all patches installed.