I just wanted to add that it is the same behavior under 1.6 so I think this can't be a bug, I just can't find the right way to configure it, or? verena
How will you handle the output ? via javascript ? CGI ? PHP ? ASP ?
In each of these languages you will be able to access the output string. Get it, search through it for the path you want to remove and replace that bit with "nothing" ("") or with another path you want to point to.
I don't know much about ASP, but in each of the other languages you can use regular expressions to do the work for you, though if the path you want to remove is always the same, than a string replace would probably be quicker.
via ASP. Ok, I could replace the string, thanks for the hint. The simple solutions are sometimes so far away... But why does FCKeditor does change it? Is this a feature I don't unterstand how to use? Does anybody else have this problem?
RE: converting relativ to absolut paths
verena
RE: converting relativ to absolut paths
In each of these languages you will be able to access the output string.
Get it, search through it for the path you want to remove and replace that bit with "nothing" ("") or with another path you want to point to.
I don't know much about ASP, but in each of the other languages you can use regular expressions to do the work for you, though if the path you want to remove is always the same, than a string replace would probably be quicker.
RE: converting relativ to absolut paths
But why does FCKeditor does change it? Is this a feature I don't unterstand how to use? Does anybody else have this problem?