Has this question been answered as we are trying to do the same thing?
We're looking to use CKEditor in our CMS. However, we require all style elements being stripped out so as not to override the website styling by our publishers who tend to paste from word.
Remove Style="width:" in CKEditor
Has this question been answered as we are trying to do the same thing?
We're looking to use CKEditor in our CMS. However, we require all style elements being stripped out so as not to override the website styling by our publishers who tend to paste from word.
Fix to remove td style
Found a fix for this in the following file:
\ckeditor\plugins\pastefromword\filter\default.js
The code needs to be changed commenting out td:
The other tags can also be commented out if required.
Iam also persisting same
Iam also persisting same problem...kindly post any reply with solution
CNA Training
Removing Styles
I've found a better way of doing this than adjusting the pastefromword plugins file.
You can adjust the following file which stops changes being made in the code view:
ckeditor.js