Additional styling can be added to forms using HTML tags and captions for hints.
The following HTML formatting tags are currently supported which can give you some additional control over how captions and hints are displayed:
Style | HTML Tag | Usage | Example |
Italics | i |
<i>This</i> is cool. |
This is cool. |
Bold | b |
<b>This</b> is cool. |
This is cool. |
Underline | u |
<u>This</u> is cool. |
This is cool. |
Line Break | br |
This<br> is cool. |
This |
These styles may be combined like this:
<u><b><i>This is cool.</i></b/></u>
This is cool.
You can also change the font color using the following:
<font color="red">
Example:
20 Main Street, New York, NY <font color="red">10011</font>
20 Main Street, New York, NY 10011