Block content duplication
Permalink
so after editing a block all blocks after that one and including it are duplicated at the end of the page. I removed these lines from the offending block:
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
b\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--></p>
what is the deal with this? why are these lines there? how do I kep them from being created?
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
b\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--></p>
what is the deal with this? why are these lines there? how do I kep them from being created?
this is a problem, I have foud out that is caused by pasting content from microsoft office products into tinyMCE. I enabled plugin called paste to see if my client still has this issue. I will update with more as I find out more.
"mso" is your first clue. This has been a long-standing problem with most (all) HTML editors like tinyMCE. To be safe, I like to paste Word content into WordPad first and then copy'n paste the WordPad content into tinyMCE.
There is an old howto on pasting from ms word:
http://www.concrete5.org/documentation/how-tos/editors/clean-up-cop...
http://www.concrete5.org/documentation/how-tos/editors/clean-up-cop...