我在CRM系统中编写电子邮件时使用过此代码。它显示覆盖在所选图像上的书面文字。
<center>
<img src="http://isposts.eybdashboards.com/txt2img/tip3.php?text=Hi ~Contact.FirstName~, hope you are well.
This is just a quick test.&xpos=210&ypos=160&fontsize=40&textrotate=3.0&imagefile=http://isposts.eybdashboards.com/txt2img/blankcard1.png & wwwidth=21" height="300" width="300" alt="Image to overlay words on" />
</center>
我尝试过标准的html换行符和其他换行符,但它没有给我换行符。
必须有一种方法可以做到这一点,但是从我从搜索中找到的内容来看,还没有发挥作用。
此图片的链接是我目前得到的(因为我是新手,无法在我的帖子中显示图像)
答案 0 :(得分:2)
您可能需要使用这样的转义换行符:
使用Unix样式行结尾:
hope you are well.\nThis is just a quick test.
或MS风格的行结尾:
hope you are well.\r\nThis is just a quick test.