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.

Using the rich text editor

You can use the rich text editor to enter and format text values. The toolbar contains formatting options and a source code viewer. Use the source code viewer to add or view the HTML tags and attributes that are applied to the text.
The following image shows the rich text editor with sample 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 sample formatted text.
To view the editor in full screen, click the Fullscreen option from the toolbar.
The following table lists the categories and options in the rich text editor:
Category
Options
Font
You can apply the following font formatting options:
  • - Bold
  • - Italic
  • - Underline
  • - Subscript
  • - Superscript
  • - Strikethrough
  • - Text color
  • - Background color
  • - Font
  • - Font size
Paragraph
You can apply the following paragraph formatting options:
  • - Bullet list
  • - Numbered list
  • - Increase or decrease indent
  • - Left, center, right, or justified alignment
Text editor operations
You can perform the following operations in the text editor:
  • - Find and replace
  • - Redo
  • - Undo
  • - Clear formatting
Linking
You can apply the following linking options:
  • - Insert/edit link
  • - Remove link

Tags and attributes for rich text values

The following table lists the HTML tags and attributes that you can use to style and enhance text values:
Category
Tags
Attributes
Font
<b>, <strong>, <i>, <u>, <em>, <s>, <del>, <strike>, <sub>, <sup>, <small>, <big>
Not applicable
Paragraph
<p>, <div>, <center>, <br>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <ul>, <ol>, <li>
For <p> and <div>, you can use align="left|center|right|justify".
Link
<a>
For <a>, you can use href and target.
Code
<code>, <pre>
Not applicable
Style
<font>, <span>
For <font>, you can use color, face, and size.
For <span> for colors, you can use style.
Note:
When you save a record, unsupported tags and attributes are removed for security reasons.