Latest build: Absolute paths with the domain name does not work

  •  06-22-2007, 2:58 AM

    Latest build: Absolute paths with the domain name does not work

    Hello Adam,
     
    when I set this
     
    <CE:Editor id="Editor1" RemoveServerNamesFromUrl="false" UseRelativeLinks="false" runat="server"></CE:Editor>
     
    and I upload an image the absolute paths with the domain name does not work after postback.
    I still get this:
    <img src=/myimage.jpg>
     
    What is to do to get this:
    <img src=http://www.domain.com/myimage.jpg>
     
     
    Joerg
View Complete Thread