TinyMCE Removes site base url -


im using tinymce wysiwyg editor, and when I enter a link, or an image from a website, So it removes the base URL

For example, if I enter: - I will get - somelink.php

Any ideas how to solve it?

This is something in your tinyMCE.init function Add rows:

  convert_urls: true, relative_urls: false, remove_script_host: false,  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -