When inserting an image from the uploads folder, the relative path is inserted into the HTML markup. I need this image path to be the aboslute path.
I currently have this:
<CE:Editor ID="ceBody" EnableViewState="true" runat="server" UseRelativeLinks="false" RemoveServerNamesFromUrl="false">
</CE:Editor>