InterTrade
Member
Posted 3 years ago #
I try to add an image to the HTML version of the notification e-mail, but every time I hit "save changes" in the Register Plus Settings, it adds a backslash "\" just before the quote marks in the src parameter which causes the image not to show in the resulting e-mail. Anyone know of a work around to this?
jeffvfren
Member
Posted 3 years ago #
Hi all, I got the same problem too!
I need to insert a picture notification e-mail, sample code:
<img src="http://abc.com/newsletter.jpg">
but the code changed after I saving it!
<img src=\"http://abc.com/newsletter.jpg\">
backslash "\" is automatic inserted?!
Anyone please help!
Thank you
InterTrade
Member
Posted 3 years ago #
I found the workaround!!! Just use the html code " instead of the double quotes, and when you save it, viola! Double quotes where they should be!
jeffvfren
Member
Posted 3 years ago #
Hi InterTrade,
Thank you for your help! The solution is useful :)