Problem/Motivation
I've come across several issues describing why the style attribute (inline styles) are not allowed by the "Limit allowed HTML tags and correct faulty HTML" filter. I can understand why the default function of this filter is to exclude them. However, disabling this filter allows us to use the style attribute, but it also makes it very difficult to paste content from Word, which is a big (inescapable) part of our workflow.
Can anyone suggest a way to make CKEditor strip out Word HTML, AND allow us to use style attributes in some or all tags for privileged (trusted) users? I'm working on a site that doesn't allow comments at all, and the only accounts that have editing permission are highly trusted and privileged individuals.
Comments
Comment #2
wim leersUse the text format. Then everything is allowed, including
styleattributes! 😊Comment #3
wim leers