The data is saved as ASCII codes in my databank so the rendering in my web pages shows the html tags and do not render the styles, etc. How can I correct this? I want the editor1 data saved showing the tags (not the Ascii code for "<" or ">").
Example (the way it is saved in my DBase) :
"<p><img alt="""
instead of "<p><img alt""
Note: In my wysiwyg editing window (source) everything looks normal - html codes.
Example (the way it is saved in my DBase) :
"<p><img alt="""
instead of "<p><img alt""
Note: In my wysiwyg editing window (source) everything looks normal - html codes.

Re: The data is saved in the wrong format (ascii code)
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: The data is saved in the wrong format (ascii code)