Hi,
I'm trying to allow users to update content of their aspx pages.
Problem is when they save ( Editor1.SaveFile("default.aspx"), the editor changes some of the <head> ... tags.
How can I get it to save between tags like this <!-- begin edit --> ... <!-- end edit --> ?
Thanks