Problem:This is a common scenario. You are using tinyMCE in admin of a site to insert a link to image. While displaying that image on frontend tinyMCE makes it relative path instead of absolute. Solution: When setting up tinyMCE set these 2 configuration options: relative_urls : false remove_script_host : false Both these options are true [...]
The post Quick Tip – TinyMCE : Use full url while inserting image appeared first on vijayjoshi.org.
Published on January 09, 2013 01:15