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?