Is it possible to add red color for text in email notification that is sent from Forms. If it is a Urgent task, I want to add "URGENT" in red in email subject. Is this possible please?
Thaks
Priya
Is it possible to add red color for text in email notification that is sent from Forms. If it is a Urgent task, I want to add "URGENT" in red in email subject. Is this possible please?
Thaks
Priya
Hi Priya,
Have you seen red in a subject line before? If so, could you provide a screen-shot please.
-Ben
You can use HTML to change the text color. Something like:
<font color="#ff0000">text</font>
should work.
Here is the url for HTML color codes http://htmlcolorcodes.com
Thanks. This HTML works only in email body and not in email subject. How do we change it in subject please?
Priya
Hi,
I have not seen red in subject line before, i get what you are saying. Thanks for your response,
Priya
You could add [URGENT] or something similar to the beginning of your email subject, though you will be unable to have it in red. As I think you have realized, email subject text cannot be formatted the way that email contents can.
Thanks.