Field Properties
Allowed HTML tags in Field Labels / PreText
TrialGrid allows the following HTML tags to be used in Field Label values. All other HTML tags are automatically removed from the Field Label.
Warning
When using HTML content always test how output PDFs are displayed by Medidata Rave.
HTML Tag |
Description |
Example |
---|---|---|
a |
HyperLink |
<a href="https://example.com" target="_blank">Link text</a>
|
b |
Bold |
<b>Bold</b>
|
br |
Line break / newline |
Line 1<br/>Line 2
|
font |
Set font size / color / face |
<font size="3" color="red">This is large red text</font>
|
i |
Italic |
<i>Italic</i>
|
h1 |
Heading Level 1 |
<h1>Heading 1</h1>
|
h2 |
Heading Level 2 |
<h2>Heading 2</h2>
|
h3 |
Heading Level 3 |
<h3>Heading 3</h3>
|
h4 |
Heading Level 4 |
<h4>Heading 4</h4>
|
ol |
Ordered list (numbered elements) |
<ol>
<li>Item 1</li>
<li>Item 2</li>
</ol>
|
p |
Paragraph |
<p>A paragraph of text</p>
|
sup |
Superscript |
cm<sup>2</sup>
|
small |
Small text |
Alice felt <small>tiny</small>
|
u |
Underline e.g. |
<u>Underline</u>
|
ul |
Unordered list (bulleted list) |
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
|