How to edit html between tags only!

  •  09-19-2007, 3:28 AM

    How to edit html between tags only!

    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

View Complete Thread