I am still working on that editor for one of my clients website. I ran into another issue though . I would only like the person to edit one of the <div>'s on the page. Is there any way that I could grab the html out of that div and let them edit it, and then let them save it? I have tried javascripts innerHtml, but that just generates the code dynamically, and looked into HTML DOM but havent found anything that would work yet. I would appreciate any suggestions on how to do this.. Thank you in advanced!