Format the Text Explanation on the Request Reference form
This section covers how to apply HTML formatting characters and tags within the Text Explanation that appears at the top of the Request Reference form.
This allows you to be crystal clear with the instructions, restrictions, and service-level agreements that you present to requesters.
Apply formatting
Go to SlapFive Settings > New Request Text Explanation.
Enter the New Request Text Explanation that you'd like to appear at the top of the form, with the formatting tags and characters.
Click Save.
HTML Characters and Tags for Formatting
You can use most HTML characters and tags, including these:
Bold
<b>text</b>
Makes text bold
Italic
<i>text</i>
Makes text italic
Underline
<u>text</u>
Underlines text
Line break
<br>
Starts a new line
Paragraph
<p>text</p>
Creates a separate paragraph
Bulleted list
<ul><li>Item 1</li><li>Item 2</li></ul>
Creates an indented bulleted list
Numbered list
<ol><li>Item 1</li><li>Item 2</li></ol>
Creates an indented numbered list
Indented block
<blockquote>text</blockquote>
Indents a block of text
Bullet
•
•
Non-breaking space
Inserts a space that won't wrap
Em dash
—
—
En dash
–
–
Right arrow
→
→
Left arrow
←
←
Ampersand
&
&
Less than
<
<
Greater than
>
>
Copyright
©
©
Registered trademark
®
®
Trademark
™
™
Left double quote
“
“
Right double quote
”
”
Last updated