I have all my images (not the images uploaded from the editor) into a folder called Images.
so lets say that I have a sun.jpg image into this folder.
in my aspx page I use <img src="../Images/sun.jpg" alt="" /> if the file is into another folder rather than the root .
The image display fine into the page, but when I load the page into the editor, i get the classic
but by doing this, the image display into the editor but not into the file.
Now rather than moving all the images into another folder, how can I solve this ?
so lets say that I have a sun.jpg image into this folder.
in my aspx page I use <img src="../Images/sun.jpg" alt="" /> if the file is into another folder rather than the root .
The image display fine into the page, but when I load the page into the editor, i get the classic
Xfor image not found. In order to work I need to add an extra ../ to the src.
but by doing this, the image display into the editor but not into the file.
Now rather than moving all the images into another folder, how can I solve this ?

Re: images does not display into the editor
probably is a BUG then ....
Re: images does not display into the editor
On the website, the image link is: website.com/UserFiles/image/image.jpg
In the editor, the image link is: webiste.com/fckeditor/editor/dialog/fck_image/UserFiles/image/image.jpg
Edit:
versjon
2.5 Beta
Build 16848
Re: images does not display into the editor
http://www.mydomain.com/userfiles/
Re: images does not display into the editor
Re: images does not display into the editor
http://www.myweb/Images
Re: images does not display into the editor
Re: images does not display into the editor
http://www.myweb.com/Images/
Re: images does not display into the editor
Re: images does not display into the editor
we should not be imposed to use absolute path if we do not want..
what the community think about it ?