Hi,
I have been wracking my brain out to find what I am doing wrong, but to no avail. the problem is that the editor inserts escape sequences every where and then cannot read the content again. for example
Initial input to the editor.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <meta name="generator" content="PSPad editor, http://www.pspad.com"> <title></title> </head> <body> AJCC 2011 WEB Site<br> <br> Please check back later<br> </body> </html>
I then make a change thus
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=windows-1250" http-equiv="content-type" /> <meta content="PSPad editor, http://www.pspad.com" name="generator" /> <title></title> </head> <body> <p> AJCC 2011 WEB Site<br /> <br /> <span style="color: rgb(255, 0, 0);">Please <strong>check </strong>back later</span></p> </body> </html>
which all looks good in the editor code window, but upon saving it comes out like this,
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> <html> <head> <meta content=\"text/html; charset=windows-1250\" http-equiv=\"content-type\" /> <meta content=\"PSPad editor, http://www.pspad.com\" name=\"generator\" /> <title></title> <style type=\"text/css\"> </style> <style type=\"text/css\"> </style> <style type=\"text/css\"> </style> <style type=\"text/css\"> </style> </head> <body class=\"scayt-enabled\"> <p> AJCC 2011 WEB Site<br /> <br /> <span style=\"color: rgb(255, 0, 0);\">Please <strong>check </strong>back later</span></p> </body> </html>
Now when reading back into the editor the color disappears. Is there a way to turn of the escape sequences.
I hope someone can help.
cheers,
tombr...

Re: Escape chars in html output
Hi there, in this Post is the same problem discribtion http://cksource.com/forums/viewtopic.php?f=11&t=19042&start=0.

There was no response. I hope there will be anyone out the who can help...
Re: Escape chars in html output
Its not the same problem but a similar one, what I am getting is the following,
the escape char in front of the quotation mark, stuffs the color up, it appears that not even CKeditor can handle that.
tom...
Re: Escape chars in html output
Oh yes. Sry, but i see you Source have the same 4 needless style elements . On next Save there will be 8 needless style elements and on ... and on ... and on ...
Re: Escape chars in html output
Re: Escape chars in html output
Hi there, and what about the unneeded <style>-Tags ?

When ur looking at the last "nighlty" http://nightly.ckeditor.com/5591/_samples/fullpage.html and ur looking at the postet code u will see also the <style>-Tags.
Please tell me that it is a bug ...