You can use HTML to format text you use in text fields and in field-level help. Note that, if you want to use HTML in your text fields, you must turn on the Allow some HTML tags checkbox in the fields properties.
In either case, you can use the HTML tags listed below. To learn more about these tags and see examples visit the W3C site.
a |
for adding links as in: |
abbr |
show tool tip for abbreviations |
acronym |
show tool tip for acronyms |
address |
show address |
area |
define area on an image map |
b |
bold |
big |
bigger text |
blockquote |
indents a quotation or chunk of text |
br |
line break |
caption |
caption text |
cite |
displays citations and references in italics |
code |
computer code |
dd |
term description in definition list |
del |
indicates "deleted" text with a strikethrough |
dfn |
shows a definition term in italics |
div |
a section of a page |
dl |
definition list |
dt |
term in definition list |
em |
emphasized text (italics) |
fieldset |
outlines a group of fields, set of tags |
font |
text format |
h1 - h6 |
Headings 1 - 6 (h1, h2, h3, h4, h5, h6) |
i |
italics |
hr |
horizontal rule |
img |
image |
ins |
indicates "inserted" text with an underline |
kbd |
keyboard text |
legend |
caption for a fieldset |
li |
list item |
map |
image map |
ol |
ordered (numbered) list |
p |
paragraph |
pre |
preformatted text |
q |
quotation |
samp |
sample computer code |
small |
smaller size text |
span |
text span |
strong |
strong (bold) text |
sub |
subscript |
sup |
superscript |
tt |
teletype or mono spaced text |
u |
underline |
ul |
unordered (bulleted) list |
var |
variable |