When i enter text into FCKEditor Editor, FCK adds
tags, as one generally expects.
However, once the node is saved, viewing the resulting content shows the
tags in the browser. This is because the actual html code has been encoded with special chars <p> instead of outputting
Can someone help me resolve this issue before i rip all my hair out?
I have tried
FCKConfig.ProcessHTMLEntities= false ;
but no change in ouput
Comments
Comment #1
UnicornSong commentedoops got filtered out...
When i enter text into FCKEditor Editor, FCK adds
<p>tags, as one generally expects.However, once the node is saved, viewing the resulting content shows the
<p>tags in the browser. This is because the actual html code has been encoded with special chars<p>instead of outputting<p>, in fact even these special chars are converted to special chars, so the actual result in the source is&lt;p&gt;Can someone help me resolve this issue before i rip all my hair out?
I have tried
FCKConfig.ProcessHTMLEntities= false ;
but no change in ouput
Comment #2
UnicornSong commentedlooks like this is a CCK issue, as it is only occurring in my CCK fields
Comment #3
zeta1600 commentedDid you find a cure for this issue?
Comment #4
zeta1600 commentedI was able to find out that it was limited to CCK text fields. To fix, I went to manage the field, then configure, and select Filtered html. Hope that helps.