Re: Problem with relative/absolute paths and EditCompleteDocument

  •  08-23-2007, 1:15 AM

    Re: Problem with relative/absolute paths and EditCompleteDocument

    Adam,
     
    With editor.URLType = "Absolute"
    I get the folowing source:
     
    <html>
        <head>
        </head>
        <body>
            <img height="181" alt="" src="http://www.solit.nl/images/afbhomev1.jpg" width="98" border="0" />
        </body>
    </html>
    BUT I want the image source to a different domain: editor.BaseHref = http://www.anothersite.nl
     
    So this is not the solution!!

     
View Complete Thread