Hi All,
I want to add red color for a few text in body email like below. Any idea on the coding?
Appreciate for the responses
Hi All,
I want to add red color for a few text in body email like below. Any idea on the coding?
Appreciate for the responses
Hi @bryant.macciano ,
Could you check maybe with the below :
<html>
<body>
<h3>Dear X,</h3>
Follow the <a href="Your Actual Link">link</a>.<span style="color:orange;">orange text</span>
<p>Sentence.</p>
From,
J
</body>
</html>
Thanks a lot, but seems like it throws an error. Could please put the html code here instead?
Hi X,
Please find the report as attached for your review.
Kindly confirm the quantity and any add-on request to myself@self instead
(Please do not reply directly). Thanks.
Best Regards,
XY
What was the error thrown ? How did you try to add the html part to the Mail Body ?
Code :
````Preformatted text`
"<p>Hi X,</p>
<p><br></p>
<p>Please find the report As attached For your review.</p>
<p><br></p>
<p>Kindly confirm the quantity And any add-On request To myself@self instead</p>
<p>(<span style=""color: RED;"">Please do not reply directly</span>). Thanks.</p>
<p><br></p>
<p>Best Regards,</p>
<p>XY</p>"
@supermanPunch ,
This is the error. I guess I made mistake? Please advise.
Try to keep it in a text file and read the text file, get the data into a String variable and use that variable in the Body :
<!DOCTYPE html>
<html>
<body>
Hi X,
<br><br>
Please find the report as attached for your review.
<br><br>
Kindly confirm the quantity and any add-on request to myself@self instead
<span style="color:orange;">(Please do not reply directly)</span>.
<br><br>
Thanks.
<br><br>
Best Regards,<br>
XY
</body>
</html>
Hi,
Instead of using any HTML code, you can do the same thing by “Create HTML Content activity”. You just need to update mail packages.
You just need to write your message in the activity and can format anything.
*Please mark it as solution if it solves your issue.
Thanks
this works! thanks a lot
thanks for helping
Thanks a lot! This also works. Appreciate it!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.