Hi,
i have a problem when i try to edit one of my post that contain some code.
For example i post with CKEditor an article with this visible code that i want to show to my visitor:
<embed style="width: 100%; height: 100%;" type="application/x-shockwave-flash" src="divsuflash.swf" quality="best" wmode="transparent"></embed>
When i save the post it's ok!
When i try to edit CKEditor trasforn the interpreter code in real code it will be
<embed style="width: 100%; height: 100%;" type="application/x-shockwave-flash" src="divsuflash.swf" quality="best" wmode="transparent"></embed>
and the edit display a flash component!
How it's possibile?