Manage Records > Creating records > Applying rich text formatting to text values
  

Applying rich text formatting to text values

You can use text values in rich text format to style and enhance text with options, such as bold, italics, underline, fonts, colors, bullet points, and hyperlinks. This formatting helps you style and enhance important details in your data.
For example, you can highlight key specifications, such as display resolution, processing capabilities, storage capacity, and camera quality for a phone.
You can add HTML tags and attributes directly to text values or use the rich text editor to format text values.
The following text in the source code viewer generates formatted text in the editor:
<p>You can apply rich text formatting&nbsp;to text values to format and highlight important details of your data.&nbsp;</p>
<p>The following are examples of the formatting options in the editor:&nbsp;</p>
<ul>
<li><strong>Bold</strong></li>
<li><em>Italic</em></li>
<li><span style="text-decoration: underline;">Underline</span></li>
<li><span style="color: #e03e2d;">Colors</span>&nbsp;</li>
<li><sub>Subscript</sub></li>
<li><sup>superscript</sup></li>
<li><s>Strikethrough</s></li>
<li><a href="https://docs.informatica.com/" target="_blank" rel="noopener noreferrer">Hyperlink</a></li>
</ul>
The following image shows the rich text editor with the formatted text:The rich text editor toolbar, showing formatting options, such as bold, italic, underline, undo, redo, bullet points, subscript and superscript, strikethrough, alignment options, hyperlink insertion, font style, font size, and source code view. The editor shows the formatted text generated by the sample text from the source code viewer.
You can copy content from standard content editors, such as Microsoft Word, and paste it in the rich text editor. The text retains the rich text format. In the source code viewer, you can view the HTML tags and attributes that are applied to the text. However, if the content exceeds 4,000 characters, you might have to remove the additional characters from the source code viewer.
Note:
When you save a record, unsupported tags and attributes are removed for security reasons.
You can view text values in rich text format or as plain text based on the page type.
Text values can appear in the following formats:
If you add plain text and rich text to a column header, the plain text value appears as unformatted text and the rich text value appears as formatted text.