Quick Tip – TinyMCE : Use full url while inserting image

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.

 •  0 comments  •  flag
Share on Twitter
Published on January 09, 2013 01:15
No comments have been added yet.