Hello,
I installed CKEditor and CKFinder. It works well so long.
But one issue I am not able to solve:
After uploading or selecting an image, the URL in the html source is something like this: <img alt="" src="/homepage/images/example.gif" />
BUT I want the full path there like: <img alt="" src="http://www.myhomepage.com/images/example.gif" />
How can I make this?
Tue, 01/05/2010 - 15:15
#1
Re: Full image path in the html code