For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Formatting
HTML
Result / Description

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

&bull;

Non-breaking space

&nbsp;

Inserts a space that won't wrap

Em dash

&mdash;

En dash

&ndash;

Right arrow

&rarr;

Left arrow

&larr;

Ampersand

&amp;

&

Less than

&lt;

<

Greater than

&gt;

>

Copyright

&copy;

©

Registered trademark

&reg;

®

Trademark

&trade;

Left double quote

&ldquo;

Right double quote

&rdquo;

Last updated