Hi,
Ussing the asp.net FCKeditor control, version 2.6.
Often I need to list code samples on my site and I noticed that when entering xhtml on the normal view of the editor, when switching to Source view, the html characters were correctly encoded:
i.e.
<html> became <html>
However, when debugging, I noticed the "value" property of the control was equal to "<html>". This meant that when the saved content was displayed, the code sample would not display as the browser was instead trying to render the code.
Before posting I upgraded control to the latest .net 2.6.3. This HAS fixed this problem. Just wondered if this was a known issue with the older version?
Thanks,
Ben
Ussing the asp.net FCKeditor control, version 2.6.
Often I need to list code samples on my site and I noticed that when entering xhtml on the normal view of the editor, when switching to Source view, the html characters were correctly encoded:
i.e.
<html> became <html>
However, when debugging, I noticed the "value" property of the control was equal to "<html>". This meant that when the saved content was displayed, the code sample would not display as the browser was instead trying to render the code.
Before posting I upgraded control to the latest .net 2.6.3. This HAS fixed this problem. Just wondered if this was a known issue with the older version?
Thanks,
Ben