Adam; did you ever find a solution to this image path issue? I am having the same issues as others that have posted on this subject. I have read all but not seeing a solution. How can the absolute path be saved without saving or switching to html view first? I am working with a DNN newsletter module that also sends the newsletter as an email (with broken images).
This is my code for the control (as suggested in many posts):
<FTB:EDITOR id="txtMessage" UseRelativeLinks=false RemoveServerNamesFromUrl="False" runat="server" Width="720px" Height="500px" EnableStripScriptTags="False">
This doesn't work; as many users state: the newsletter has to be saved or viewed in html mode first before the absolute path gets correctly set. This behavior is not present in the free FTB Editor that is used by DNN.
Thanks for any help that you may have.