After struggling with images and relative paths for a day, I got it to work in IE but not in FireFox. I find many helpful suggestions on this forum, but not one which seems to solve everything. I’m using the latest .net version (2.2) of the FCK editor. It seems that whatever combination of BaseHref & UserFilesPath won’t work for both image browsing and image display. If I use C:/AppFolder for BaseHref and ~/UserFiles/Image for UserFiles Path, the image browser works, but the image doesn’t display. If I use C:/AppFolder for BaseHref and UserFiles/Image for UserFiles Path, the image will display, but the image browser won’t work. I added the following code in the “FCKeditor\editor\filemanager\browser\default\frmresourceslist.html “ file (in the GetFoldersAndFilesCallBack function):
// Replace only the first 'slash' and the first tilde
var slash = '/';
sCurrentFolderUrl = sCurrentFolderUrl.replace(slash,'');
sCurrentFolderUrl = sCurrentFolderUrl.replace(/~/,'');
…which seems to solve the problem (if I use C:/AppFolder for BaseHref and ~/UserFiles/Image for UserFiles Path), but it doesn’t work for FireFox. Any hints?
// Replace only the first 'slash' and the first tilde
var slash = '/';
sCurrentFolderUrl = sCurrentFolderUrl.replace(slash,'');
sCurrentFolderUrl = sCurrentFolderUrl.replace(/~/,'');
…which seems to solve the problem (if I use C:/AppFolder for BaseHref and ~/UserFiles/Image for UserFiles Path), but it doesn’t work for FireFox. Any hints?

Re: Relative Paths & Images
But we are still without the reply regarding firefox...
Another issue i found is that on the visualization panel the image is not shown.
Please help!!
Re: Relative Paths & Images
i think this is a completly missed suggestion because i do not understand what you are trying t o do -.-
Re: Relative Paths & Images
http://example.com/http://wiki.fckeditor.net/Developer's_G ... 9#BaseHref
wiki
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+