When editing page index.html and adding an image 'image.jpg' which is in the same directory the image does not appear in the editor if I use a relative link. If I use the full path then the image does appear.
When the Image Properties dialog opens, the url can be either a relative or full path to the image. When I write just the relative path and checking the apache access_logs it's trying to get
/apache/htdocs/fckeditor/editor/image.jpg which is not found.
If I write the full path then the image is displayed immediately in the editor.
In both cases if I view the page via a browser everything works ok.
How can I get the editor to display images within the editor when the user just writes the relative path?
When the Image Properties dialog opens, the url can be either a relative or full path to the image. When I write just the relative path and checking the apache access_logs it's trying to get
/apache/htdocs/fckeditor/editor/image.jpg which is not found.
If I write the full path then the image is displayed immediately in the editor.
In both cases if I view the page via a browser everything works ok.
How can I get the editor to display images within the editor when the user just writes the relative path?
RE: Insert/edit Image
But it's fixed now. Hope this helps someone else...