leadman
07-10-2008, 10:23 PM
The Xinha editor when installed in the www root folder integrates directly into the FMLP with no installation necessary.
All you have to do is upload the Xinha folder from their site into the www root of your site where you host the FMLP.
One setting you will need to change is the absolute image path in the editor. Otherwise, when you create html emails in FMLP, it will change the img path to a relative path (eliminating the http://www.abc.com) and your email recipients will only receive a broken img link.
Be advised, the image will look fine in FMLP preview, even with the default stripped base href (relative link for the image). That's because the FMLP and image file are on the same server.
To switch Xinha to use absolute URL's for the images,
you must go to the XinhaCore.js file
then search for stripBaseHref and change value to 'false'
This will prevent problems sending out html emails as the end prospects email client won't display relative img url's, only absolute ones.
All you have to do is upload the Xinha folder from their site into the www root of your site where you host the FMLP.
One setting you will need to change is the absolute image path in the editor. Otherwise, when you create html emails in FMLP, it will change the img path to a relative path (eliminating the http://www.abc.com) and your email recipients will only receive a broken img link.
Be advised, the image will look fine in FMLP preview, even with the default stripped base href (relative link for the image). That's because the FMLP and image file are on the same server.
To switch Xinha to use absolute URL's for the images,
you must go to the XinhaCore.js file
then search for stripBaseHref and change value to 'false'
This will prevent problems sending out html emails as the end prospects email client won't display relative img url's, only absolute ones.