HTML Tags for Group and Group Report Customization

This article details basic HyperText MarkUp Language (HTML) tags that can be used to add emphasis to the Public Notes in Groups and the Subheader Text in Group Reports. For further information, see Related Articles.

HTML tags are generally paired, meaning one tag turns the feature <on> and the other </off>.

Purpose Tag Structure
Bolded text <b>text</b>
Underlined text <u>text</u>
Italicized text <i>text</i>
Paragraph

<p>

Ends the paragraph and inserts a blank line.

Hyperlink

<a href= “Web Address”>text</a>.

This creates a hyperlink that, when clicked on, will direct the user to a website.

Add color to text

<span style="color:red"> body text </span>

This can be used to change to basic colors: red, blue, green, black, white, etc.

Change the size of the text

Increase font by one size

<big>text</big>

Decrease font by one size

<small>text</small> -

Display text in the biggest Heading Style

<h1>text</h1>

Display text in the smallest heading Style

<h6>text</h6>

Display text in the largest font size (36pt)

<font size="7">text</font>

Display text in the smallest font size (8pt)

<font size="1">text</font>

The <small> and <big> tags can also be compounded. For example:

  • <big><big>text</big></big> - increase by two font sizes
  • <small><small>text</small></small> - decrease by two font sizes


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us