>> the paste from word button turns it in to plain ASCII text

Last time I looked at the clean function in FCK, I think it did not cut 
elementary and non harmful HTML, like Bold, italic, etc.
However most of pasted text include styles and classes, which is almost 
impossible to clean efficiently otherwise than eliminating them .

If for instance text contains <B><FONT...> ... </FONT></B>, it is easy to 
remove <FONT and to keep <B>.
Now, most often it is <STYLE font-weight : bold; font-family : 
...;>...</STYLE>, much more difficult to deal with if you want to keep just the 
bold style.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348353
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to