Hello,
I am using FCKeditor to write email's (PHP). The problem is, that when you upload an image, this editor puts a short link to image into source (like /uploads/image.jpg), but like I said, i am using it to send an emails, so I need FCKeditor to put full links like http://website/uploads/image.jpg
Is this possible? How?
Thank you!
Wed, 01/06/2010 - 18:44
#1
Re: Problem with image links (FCK)
With FCKEditor, my preferred method was a regex during a post processing phase (pretty much get the data from the editor and run it through a regex, modifying all links to be absolute instead of relative). If you need it to be different, you can also manually add in the domain.
However, the new CKEditor v3.1 actually has a new config option that is exactly what you're looking for.