Which HTML formatting tags are supported?

Previous Topic

Next Topic

Book Contents

Which HTML formatting tags are supported?

HTML formatting tags, including but not limited to the following examples, are supported in InForm when deployed from a Central Designer study.

Note: HTML formatting tags are not supported for pulldown controls. If you format a codelist so that its codelist items appear in a pulldown control in InForm, do not use HTML formatting tags in the Label of any of the codelist items.

Supported HTML formatting tags

HTML tag

Use

<b ></b>

Bold text.

<br>

Line break.

<center></center>

Centering text.

<i></i>

Italic text.

<li></li>

List items.

<ol></ol>

Numbered list.

<p></p>

Paragraphs.

<pre></pre>

Preformatted plain text, for example, computer output.

<s></s>

Strikethrough text.

<strike></strike>

Strikethrough text.

<tt></tt>

Monospace font.

<u></u>

Underlined text.

<ul></ul>

Bulleted list.

Send Feedback