【发布时间】:2015-11-27 19:05:21
【问题描述】:
以下代码位于 xml 文件下,其中包含电子邮件内容。我想在#surveyName 中添加背景颜色和字体样式。帮我做
<Body>
<html>
<body>
<p>
#SurveyName
</p>
<p>
We are Conducting a survey and your input would be appreciated. <a href="#SurveyURL">Click Here </a> to Start the survey.Thank you for your Participation.
</p>
<br>
<p>
Please do not forward this email as its survey link is unique to you.
</p>
<br>
<p>
Powered by Survey Management System.
</p>
</body>
</html>
</Body>
【问题讨论】: