Hi Team
In our email body, in a single line few texts should be in red colour, How can we achieve this ?
Hi Team
In our email body, in a single line few texts should be in red colour, How can we achieve this ?
Hi @kkpatel
You Can try with html tag.
Please refer to the tag below.
<p style="color:blue">This is demo content.</p>
Regards
It will make the whole line blue. I need some texts in the line to be blue.
Hi @kkpatel
Try the tag below.
`<p style="font-size:14px; color:#538b01; font-weight:bold; font-style:italic;">
Enter the competition by <span style="color:#FF0000">January 30, 2011</span> and you could win up to $$$$ — including amazing <span style="color:#0000A0">summer</span> trips!
</p>`
Regards
Thanks @pravin_calvin. It helped!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.