Hi all,
I am having a problem with loading editable content into FCKeditor.
This code is present in the query value being loaded into the editor. Once it is loaded into the editor, however, it strips the contents of the style tag out and it changes as to:
Is there some setting I can change to stop it doing this or is there something else I'm missing? I've looked through the code and the documentation and am a bit lost as to what to change.
Thanks.
I am having a problem with loading editable content into FCKeditor.
<p style="text-align: right;"></p>
This code is present in the query value being loaded into the editor. Once it is loaded into the editor, however, it strips the contents of the style tag out and it changes as to:
<p style=""></p>
Is there some setting I can change to stop it doing this or is there something else I'm missing? I've looked through the code and the documentation and am a bit lost as to what to change.
Thanks.
Re: FCKEditor stripping contents of inline styles
Re: FCKEditor stripping contents of inline styles
Re: FCKEditor stripping contents of inline styles
This happens in all my browsers (Safari for Windows, FF3, IE7 and Opera) so I'm positive this is an issue with FCKeditor
Re: FCKEditor stripping contents of inline styles
Re: FCKEditor stripping contents of inline styles
Just use PHP to include the editor in your pages rather than JavaScript. It seems that when JavaScript was used it stripped any attribute values out of tags for some unknown reason.
Definitely something to look at though.
Re: FCKEditor stripping contents of inline styles