euromedia - 2005-04-02

Hi,

I'm trying to make an simple template but it wont save

Example: (simple html content)

<html>
<head>
<title>Title</title>
</head>
<body>
<table border="0" width="100%" cellspacing="0" cellpadding="4">
<tr>
<td colspan="2">Top</td>
</tr>
<tr>
<td>Left</td>
<td><!--campaignContent--></td>
</tr>
<tr>
<td colspan="2">Bottom</td>
</tr>
</table>
</body>
</html>

This is as far as I can see the most simple html code to write, but it wont save!

If I write plain text it's saved as it should, but thats no use for me.

Any idea whats wrong?