I use CuteEditor for editting the contents of a HTML page.
I have a Header and a Footer stored in a database and the center (body) portion of the page is loaded into CuteEditor ASP for editing.
There are some unclosed tags in this body portion as they are closed in the footer and I find unclosed tags get stripped out when loading, either by the Browser or CuteEditor (I don't know which).
This must be a common problem and I wonder how others get around it.
I have tried including the header and footer to strip them out later but most of the <html><head><body> tags are again removed.
Cheers
Kevin