In a drupal 6.14 install using FCKEditor 2.6.5 I'm having an issue where HTML formatting gets stripped when going from plain text to rich text editor back to plain text editor. By plain text, I mean the Drupal default textarea for entering content.
I have content creators that are creating lists of names and email addresses with email obfuscation via Dreamweaver. They copy the html code into the plain text view of Drupal and all looks fine once saved. Now when a new/different user comes along and wants to make an edit to the page, they switch to rich text editor (FCKEditor), make their changes and then save. Now all the original email obfuscation formatting is gone.
I have the input format for Drupal set to "full HTML."
Any thoughts on how to get FCKEditor to not strip the email obfuscation/html formatting?
Thanks in advance.
I have content creators that are creating lists of names and email addresses with email obfuscation via Dreamweaver. They copy the html code into the plain text view of Drupal and all looks fine once saved. Now when a new/different user comes along and wants to make an edit to the page, they switch to rich text editor (FCKEditor), make their changes and then save. Now all the original email obfuscation formatting is gone.
I have the input format for Drupal set to "full HTML."
Any thoughts on how to get FCKEditor to not strip the email obfuscation/html formatting?
Thanks in advance.