You can add basic HTML formatting tags in your custom emails sent through 14Fathoms. You need to add the tag at the beginning of the text and a closing tag with a </…> at the end.
You can combine tags. For example to bold and italicize the words “Friday at 3pm” your email body would look like this:
Your bid is due <b><i>Friday at 3pm</i></b>.
This is a short list of basic tags and the resulting format:
<b> bold text
<i> italic text
<small> smaller text
<sub> subscript text
<sup> superscript text
<del> deleted text
<ins> inserted text
<code> computer code
<span style=’background:yellow;mso-highlight:yellow’> highlighted text. Close with </span>