Previous Topic

Next Topic

Book Contents

HTML formatting tags

The InForm application supports the following formatting tags, which you can use in any text-based study component definitions; for example, study protocols, CRF Help, CRF questions and notes, and rule help.

Because angle brackets (greater than and less than symbols) are disallowed by the MedML Installer utility, you must use the HTML escape character equivalents when installing data from a MedML file to the InForm application.

For more information, see HTML special characters and Disallowed characters.

HTML formatting tags

For this formatting

Use these equivalent tags

As substitutes for these HTML tags

Bold text

<B>

</B>

<B>

</B>

Line break

&lt;BR&gt;

<BR>

Centering text an equal distance from the left and right edges of the document

&lt;CENTER&gt;

&lt;/CENTER&gt;

<CENTER>

</CENTER>

Italic text

&lt;I&gt;

&lt;/I&gt;

<I>

</I>

List items

&lt;LI&gt;

&lt;/LI&gt;

<LI>

</LI>

Ordered (numbered) lists

&lt;OL&gt;

&lt;/OL&gt;

<OL>

</OL>

Paragraphs

&lt;P&gt;

&lt;/P&gt;

<P>

</P>

Preformatted plain text; for example, computer output

&lt;PRE&gt;

&lt;/PRE&gt;

<PRE>

</PRE>

Strikethrough text

&lt;S&gt;

&lt;/S&gt;

<S>

</S>

Strikethrough text

&lt;STRIKE&gt;

&lt;/STRIKE&gt;

<STRIKE>

</STRIKE>

Subscript text

&lt;SUB&gt;

&lt;/SUB&gt;

<SUB>

</SUB>

Superscript text

&lt;SUP&gt;

&lt;/SUP&gt;

<SUP>

</SUP>

Monospace font

&lt;TT&gt;

&lt;/TT&gt;

<TT>

</TT>

Underlined text

&lt;U&gt;

&lt;/U&gt;

<U>

</U>

Unordered (bulleted) lists

&lt;UL&gt;

&lt;/UL&gt;

<UL>

</UL>

Send Feedback