Extra Spacing when copying from Word doc

  •  06-13-2005, 10:45 PM

    Extra Spacing when copying from Word doc

    Under what circumstances would the confirmation not be displayed when editor.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord?  I have set this in the page load event but can't seem to get it to ask for confirmation? 

    The result is that all of the paragraphs from the Word document are showing up as "double spaced", ie: any time the user had hit the enter key in Word, the CuteEditor is wrapping a <p> and <span> tag around each line.  I've even tried setting txtbody.BreakElement = CuteEditor.BreakElement.Div but that doesn't seem to work.
     
    Interestingly, pasting that document into this window works correctly and does not put the <p> or <span> tags around each paragraph.  Is this another setting that I am missing somewhere?

View Complete Thread