Alright problem is like this:
I use cuteeditor to make "views" as follows
Cute editor1 - Header of my view
<table>
<tr>
<td>Table header</td>
</tr>
Cute editor2 - Body of my views, gets stuff out database
<tr>
<td>Table Body with stuff out of my database, this will repeat x times on the website</td>
</tr>
Cute editor3 - Footer of my view
<tr>
<td>Table Footer</td>
</tr>
</table>
Problem is that when i save this, it shows up fine on the website, but when i open it up again to edit it, the cuteeditor starts to add </table> tags in the first cute editor to "fix" the code. But that is what shouldn't happen.
How do i fix this? Setting Editor.DisableAutoFormatting = True doesn't work for it