Typography Examples
This shows examples of the typography styling available on your site
Simple paragraphs are just typed with bold and Italic text.
To use headings, you'll need to use some tags.
Styles can be applied to tables using the code described in the user guides
To use headings, you'll need to use some tags.
<h1>Heading 1 tags<h1>
<h2>Heading 2 tags<h2>
<h2>Heading 3 tags<h2>
<h2>Heading 4 tags<h2>
Tables can be added using the table tag and tabs to separate columns:| 1 | 2 | 3 |
| 4 | 5 | 6 |
Styles can be applied to tables using the code described in the user guides
<table class="info" header="1">| Column1 | Column2 | Column3 |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |