Using CE as a newsletter editor

  •  05-06-2009, 7:26 PM

    Using CE as a newsletter editor

    I want to use the editor as an online newsletter editor. The problem is that the images are using a relative path.
     
    Here is the code:

    <CE:Editor ID="admintxt" runat="server"

    BreakElement="Br"

    EditorOnPaste="PasteWord" RemoveServerNamesFromUrl="False"

    UseRelativeLinks="False">

    </CE:Editor>
     
    Even with the properties set, the images like the smiley and others, use the relative path, thus not showing up in the newsletter.
     
    Can you help me with this?
    Filed under:
View Complete Thread