One of the sites I've created uses TinyMCE for the content. The user is copying content from word doc's into the field, then saving and due to the various style attrib's for the rest of the site, it is interfering with the style of the tinymce content.
So.. I would like to be able to do something like:
to "null" all the style.
Possible?
So.. I would like to be able to do something like:
Code:
div#article, div#article * { style: none !important; }
Possible?