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.

<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:

123
456


Styles can be applied to tables using the code described in the user guides <table class="info" header="1">

Column1Column2Column3
123
456


<h2>Headers in panels<h2>

Panels can be created by wrapping all the text in more tags <div class='panel'></div>