Hello,
I am using cute to store files in a completely different folder that CE is located (the folder the files are saved is above the root directory of the application that uses CE)
When loading, I am passing inside CE some links (<a href=....)
These links are targetting files that are in the directory that is above the root directory of the application using CE, so the links look like this:
<a href="mypage.aspx">mypage</a>
The problem is that when I am editing the link, for example move the link inside a frame, CE automaticaly changes the link's path to an absolute path that is the path of CE
Is there a way to make CE stop doing that?
Thank you