Re: Word paste adding extra lines

  •  02-15-2006, 2:38 PM

    Re: Word paste adding extra lines

    When pasting the above content into the editor, if you don't choose the cleaning option, you will get the following code:
     
    <h1 style="MARGIN: auto 0cm"><st1:place w:st="on"><st1:city w:st="on"><font face="Times New Roman" color=#000000 size=6>Mission</font></st1:city></st1:place></h1>
    <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><o:p><font face="Times New Roman" size=3>&nbsp;</font></o:p></p>
    <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman" size=3>With a market driven approach it is our goal to become a major supplier for display manufacturing equipment based on our proven inline concept. </font></p>


    CuteEditor can clean the above code if you choose the cleaning option:
     
    <h1>Mission</h1>
    <p>&nbsp;</p>
    <p>With a market driven approach it is our goal to become a major supplier for display manufacturing equipment based on our proven inline concept. </p>


    However CuteEditor will not convert the above <P> tag into <br> Tag.
     
    Hope it helps.
     
    Let me know if you have any further  questions.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread