I have drupal 5.14, tinymce 5.x-1.9 running.

everytime I paste something from(using ctrl-v or the "paste from word" function) I get this residual display:

Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4

Both filtered html and full HTML allow it to still show up.
I obviously don't want the residual word garbage there, but I can't figure out how to remove it. So any help or insight would be most helpful. If you need more information, feel free to ask. Thanks.

Comments

lilott8’s picture

I have found a solution! I created a module that uses hook_nodeapi() and I explode the text based upon the 'MicrosoftInternetExplorer4'. However, I'm sure there is a way to do this without having to slip in before drupal drops this in the database. Though this just might have to work. If anybody has any other suggestions, please let me know!