I've found many posts about filtering complete HTML tags when CKEditor submits data (eg: stripping SCRIPT, STYLE, etc). What I need to filter is particular attributes, but leave the original tag.For example, I'm fine if a user submits data that has a P, DIV or SPAN tag, but if they submit a P, DIV or SPAN that has a STYLE attribute, I need to remove the STYLE attribute.I can't seem to find this, but open to anyone who has insight.