Hi,
I am using CuteEditor ASP to edit entire ASP pages. I open the pages using the LoadHTML function and then save them using the SaveFile property. When I have a page open and am editing it using the editor, I have come across a bug that is stripping my style sheet references from my HTML. If I click the Downloadable Files button on the menu bar and decide not to select a file, when I click the Cancel button or the close window button, the page with the editor underneath looks like it reloads without my style sheet reference. Then, if I switch to HTML mode on the editor, the style sheet include tag is completely gone. I was wondering if anyone has had this same problem before or how I can avoid this happening?
Thanks