Emplifi Agent

Creating a Paragraph Using the Editor

If you are creating a paragraph that will be used on an HTML-based letter or editing an HTML letter on a case, you can use the Editor toolbar to include special formatting (such as font colors, size, bold, and italic).

You need to set the Preview Type field to "HTML text" for the paragraph to preview correctly.

image-20231017-075847.png

The following formatting buttons are available on the toolbar. When you are finished, click Save on the banner to save the changes made to the paragraph.

Button

Description

HTML

image-20231106-162616.png

Prints the paragraph as text showing the special inserts.

 

image-20231106-162624.png

Displays a print preview of the paragraph in a new window.

info Based on the Letter Print Preview Type selected on the Configuration: Fulfillment view by your administrator, you may receive a full print preview, a quick print preview, or a quick print preview with a button that allows you to view the full print preview. For more information, see Letters.

 

image-20231106-162634.png

Allows you to select a printer to print the paragraph as text.

 

image-20231106-162643.png

Applies bold to the selected text.

<STRONG> ... </STRONG>

image-20231106-162652.png

Applies italics to the selected text.

<EM>... </EM>

image-20231106-162701.png

Underlines the selected text.

<U>... </U>

image-20231106-162710.png

Applies strikethrough to the selected text.

<S>...</S>

image-20231017-080034.png


Displays the Font Family menu where you can select the type of font for the selected text.

<FONT face="Arial">

image-20231017-080059.png


Displays the Font Sizes menu where you can select the size of the font for the selected text.

info When you select the size of font to use, the point size is converted to the HTML size. For example, a font size of 10 pt will appear as <FONT size=2>.

<FONT size="3">

image-20231106-162723.png

Displays the Text Color menu where you can select the color of the selected text.

<FONT color="blue">

image-20231106-162732.png

Displays the Color dialog where you can select a highlight color for the selected text.

<FONT style="BACKGROUND-COLOR: #ffff80">... </FONT>

image-20231106-162743.png

Displays an Insert Link dialog where you can enter the URL, the text to display in the message, a title, and select a target.

<a href="https://www.emplifio.io/">

image-20231106-162751.png

Displays the Insert/Edit Image dialog which allows you to insert an image into your paragraph. You can set the source, give the image a description, and enter the dimensions for the image.

info In addition to this button, you can use the drag-and-drop operation to insert images into your letter.

<IMG alt="" hspace=0 src="image.jpg" align=baseline border=0>

image-20231106-162759.png

Inserts a blank line for you to type your next paragraph of text.

<P> </P>

image-20231106-162807.png

Justifies the selected text to the left of the page.

<P align=left>...</P>

image-20231106-162814.png

Justifies the selected text in the center of the page.

<P align=center>...</P>

image-20231106-162822.png

Justifies the selected text to the right of the page.

<P align=left>...</P>

image-20231106-162830.png

Inserts a number list where the cursor is in the text. When you view the HTML for a numbered list, there will be a pair of <LI></LI> tags for each numbered item in the list.

<OL>
<LI>...</LI>
/OL>

image-20231106-162840.png

Inserts a bulleted List where the cursor is in the text. When you view the HTML for a bulleted list, there will be a pair of <LI></LI> tags for each bulleted item in the list.

<UL>
<LI>...</LI>
/UL>

image-20231106-162847.png

Decreases the indentation of the paragraph after applying the right indent.

<P dir=ltr style="MARGIN-RIGHT: 0px">...</P>

image-20231106-162855.png

Increases the indentation of the paragraph to the right.

<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <P>...</P> </BLOCKQUOTE>

image-20231106-162902.png

Displays the Source code dialog where you can view and edit the HTML code.

 

image-20231106-162909.png

When text is copied from the web or a Word file, click the Paste as Plain Text button to paste the text into the letter/paragraph after removing all HTML formatting from the text.

 

image-20231106-162917.png

Adds the script signature to the letter. The signature name must be entered on the User Options screen in the Letter Signature field or on the System User Codes screen in the User Preferences section.