Sajesh Mohan Posted April 10, 2012 Share Posted April 10, 2012 if any body copy and paste anything from word to editor some unwanted css also coming with that pasting. when we request the data same css also coming with that. so how to clean data when we request $desc =$_request['contents']; how to solve this issue. please help me. Quote Link to comment https://forums.phpfreaks.com/topic/260680-how-to-clean-css-data-coming-from-fck-editor/ Share on other sites More sharing options...
sunfighter Posted April 10, 2012 Share Posted April 10, 2012 Found these on the web: 1. Use the program HTML Tidy with its word2000 option 2. Find & Replace in Word: use the find function to find italized text, then use replace with <em>^&</em>. Then use a word macro, or script in your favorite text editor, to replace all the 'smart' quotation marks, character encodings, etc. 3. Save as an RTF file in word, then use DocFrac to convert it to HTML. HTML Tidy can be found here: http://infohound.net/tidy/ Quote Link to comment https://forums.phpfreaks.com/topic/260680-how-to-clean-css-data-coming-from-fck-editor/#findComment-1336111 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.