Image paths relative instead of absolute

  •  01-28-2009, 11:07 AM

    Image paths relative instead of absolute

    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>
     
     
View Complete Thread