When users paste information from Word into Cute via Firefox 3.0, the browser adds extraneous style information -
Example:
This is an example of my text.
In Firefox, extraneous tags are added.
Here's what actually gets posted -
<meta http-equiv="Content-Type" content="text/html; charset=" utf-8=""> <meta name="ProgId" content="Word.Document"> <meta name="Generator" content="Microsoft Word 11"> <meta name="Originator" content="Microsoft Word 11"> <link rel="File-List"><!--[if gte mso 9]><xml> Normal 0 false false false MicrosoftInternetExplorer4 </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--><style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-style-parent:""; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--> <p>This is an example of my text.</p> <p>In Firefox, extraneous tags are added.</p> <br>
In many cases, the document becomes unusable.
Any suggestions on how to remove this?