Jump to content

how to clean css data coming from FCK Editor


Sajesh Mohan

Recommended Posts

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.

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/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.