Get TinyMCE to use full image url instead of relative one -


I use TinyMCE as an editor on a website. The problem is that when I insert pictures from the same site, the TinyEEEER URL will be used in the image instead of the fixed URL entered with the image.

As a result the HTML is used elsewhere, for example in the email. The problem is that the relative urls will not be displayed correctly anywhere, but at the original location

How do I use full URL instead of TinyMe to a small relative?

If you are using JavaScript initialization, make sure that you have these lines: < / P>

  relative_urls: false, Remove_script_host: false, convert_urls: true,  

Comments