I have set up the editor as follows:
Editor:
http://www.mysite.com/ckeditor
Area using the editor:
http://www.mysite.com/administration (here I use to call the js like this ../ckeditor/xx.js)
Images are at:
http://www.mysite.com/App_Themes/Default/images/etc.gif / etc.jpg
When I open the editor, the images path are as follow:
App_Themes/Default/images/etc.gif
Currently I'm running TinyMCE and I have a setting like this:
document_base_url: http://www.mysite.com/
works fine.
I have tried to use config.baseHref with no success.
Any help is much appreciated.
Tue, 11/17/2009 - 13:49
#1
Re: Images broken
It looks like the baseHref functionality will be working in CKEditor 3.1. See: http://dev.fckeditor.net/wiki/v3_status
There is some discussion here: viewtopic.php?f=11&t=15462&hilit=BaseHref about fixing it yourself before that release, without much success by the look of it.
You probably know that using full URLs to images works OK, although that's not a very good workaround.
Re: Images broken
Thanks thegator.
I'll wait for the 3.1 then