如何在HTML代码中编写签名? [英] How can I write a signature in HTML code?

查看:679
本文介绍了如何在HTML代码中编写签名?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 SET @body ='< html>< body> 

< p> Hi< / p>

< p>请您检查其背后的原因。< / p>

< table border = 1 bgcolor =#f1f2e3>


< tr bgcolor =#0fddd3>
< th bgcolor =#FAFAF8> SalesOrg< / th>
< th bgcolor =#FAFAF8> Id< / th>
< th bgcolor =#FAFAF8>阶段< / th>
< th bgcolor =#FAFAF8> CAS到PI TimeFrame< / th>
< / tr>'


SET @body = @body + @xml +'< / Table>< / body>< / html>' - - < / body1>







我正在尝试使用html代码触发电子邮件工作。

从上面的代码中,我无法写一个

签名(ieRegards

Sunitee)

如何在html中编码以在上面的代码中写下签名。

提前致谢。



我是什么尝试过:



我正在尝试使用html代码触发工作电子邮件。

来自上面的代码,我无法写一个

签名(ieRegards

Sunitee)

如何用html代码编写签名上面的代码。

提前谢谢。

解决方案

只需将其添加到电子邮件正文的末尾(参见如何从时间范围中删除T(2017-02-27T00:00:00)? [ ^ ])

eg

  SET   @ body  =  @body  +  @ xml  + ' < /表>< p为H.问候< / p为H.< p为H. Sunitee< / p>< / BODY>< / HTML>' 


SET @body ='<html><body>

<p>Hi </p>

<p> Request you to please check the reason behind it.</p>

<table border = 1 bgcolor="#f1f2e3"> 


<tr bgcolor ="#0fddd3">
<th bgcolor ="#FAFAF8">  SalesOrg </th>
<th bgcolor ="#FAFAF8">  Id </th>
<th bgcolor ="#FAFAF8">  Phase </th>
<th bgcolor ="#FAFAF8">  CAS to PI TimeFrame</th>
</tr>'


SET @body = @body + @xml +'</Table></body></html>'--</body1>




I am trying to use html code to trigger an email for a job.
From the above code ,I am not able to write a
signature(i.e.Regards
Sunitee)
How Can I code in html to write the signature in the above code.
Thanks in advance.

What I have tried:

I am trying to use html code to trigger an email for a job.
From the above code ,I am not able to write a
signature(i.e.Regards
Sunitee)
How Can I code in html to write the signature in the above code.
Thanks in advance.

解决方案

Just add it to the end of the body of the email (see How do I remove T from timeframe(2017-02-27T00:00:00)?[^] )
e.g.

SET @body = @body + @xml +'</Table><p>Regards</p><p>Sunitee</p></body></html>'


这篇关于如何在HTML代码中编写签名?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆