Hi All,
Using the latest version of CKeditor 4.4.1 in an .Net environment.
I use this for changing content on our custom built internal CMS system.
Some of our html has inline classes usually defined around span as in
<span class="someClass"> other stuff </span>
I load that html into CKeditor using the Text property, however this seems to remove the <span class="someClass"> and end tag </span> completely.
This is a change from the much earlier version we used to use. Any idea if this is by design?!?
Thanks in advance.
S.
HI,
HI,
you can take a look at the ACF (Advanced Content Filter) which was introduced in CKEditor 4.1
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
You can deactivate this feature or configurate it for your concerns.
bye
Thanks!
Heady86.
That was exactly what i was looking for,
I have now switched off the ACF perfect!!
S.