Hi,
Sorry if this has been asked before, but i can't seem to get the images visible in the editor-area.
I got everything working perfect, i can browse and upload images without problems. When i use 'browse' in the image dialogue they show up nicely in the preview. But they don't show in the 'image properties' window or in the editor itself.
(although the path in the rendered HTML is correct, when i preview the whole page do do show)
Any ideas would be much appreciated.
btw, i use the editor with php.
Sorry if this has been asked before, but i can't seem to get the images visible in the editor-area.
I got everything working perfect, i can browse and upload images without problems. When i use 'browse' in the image dialogue they show up nicely in the preview. But they don't show in the 'image properties' window or in the editor itself.
(although the path in the rendered HTML is correct, when i preview the whole page do do show)
Any ideas would be much appreciated.
btw, i use the editor with php.
RE: No images visible in editor?
The reason may be in improper base url. At least for me it was. Hope this helps you too.
The html text being edited inside web edit component, has different base url. So the inserted images with relative URLs can't be accessed. I overrode the method LoadHTML in the js\fck_editor.js file. This method envelops the code you see in editor, with standard web page template : html, head, body. it is required for MS WebEdit compo.
I added <BASE href=...> into this template, and now images are directly displayed in edit area as I insert them
HTH
To the Author - Fredck
thanx for the software, and a question:
may the base URL be a standard customizable feature, e.g. via property of editor object, like currently editor base URL ?