I'm using TinyMCE's Image Manager 3.x.
The problem I am having is that when I insert an image the path is
../../../images/etc/myimage.jpg.
How can I config the image manager to not include
../../../
Please note I do not wish to strip the string.
Put in the config:
tinyMCE.init ({
...
relative_urls:false,
...
});