Rich Text

Select parameters currently accept values with rich text. The following rich text formatting is accepted:

<p><strong>This is bolded text</strong></p>
<p><u>This is underlined text</u></p>
<p><span style=\"color:#cb2026\">This is red text</span></p>
<p><span style=\"color:#000000;\"><span style=\"background-color:#ce5028;\">This is black text with a red background</span></span></p>
<p><a href=\"http://www.google.com\" target=\"_blank\">This is a link</a></p>

Copy
1
<ul>
2
<li>This is a bullet</li>
3
<li>This is a second bullet</li>
4
</ul>
Copy
1
<ol>
2
<li>This is a numbered list item</li>
3
<li>This is a second numbered list item</li>
4
</ol>
Was this helpful?
Yes
No