Style Guide

 

This is a Title

Created using : <h3> tag

This is a test paragraph. Just to fill some content here. This is not relevant. There is no need to really read any further. Well if you really have time, alright then read on.


This is a Subtitle

Created using : <h4> tag

This is a test paragraph. Just to fill some content here. This is not relevant. There is no need to really read any further. Well if you really have time, alright then read on.


List without bullets / numbers

Created using : <ul> tag

  • List 1
  • List 2
  • List 3

Bullet List

Created using : <ul class = "list"> tag

  • List 1
  • List 2
  • List 3

2 Tier Bullet List

Created using : <ul class = "list"><li>List 1 <ul class="sublist"> <li>Sub item 1</li> <li>Sub item 2</li> </ul> </li> <li>List 2</li> <li>List 3</li></ul>

  • List 1
    • Sub item 1
    • Sub item 2
  • List 2
  • List 3

Numbered List

Created using : <ol class = "decimal"> tag

  1. List 1
  2. List 2
  3. List 3

Big Alphabets List

Created using : <ol class = "bigalpha"> tag

  1. This is subitem 1
  2. This is subitem 2
  3. This is subitem 3

Small Alphabets List

Created using : <ol class = "smallalpha"> tag

  1. This is subitem 1
  2. This is subitem 2
  3. This is subitem 3

Big Roman List

Created using : <ol class = "bigroman"> tag

  1. This is subitem 1
  2. This is subitem 2
  3. This is subitem 3

Small Roman List

Created using : <ol class = "smallroman"> tag

  1. This is subitem 1
  2. This is subitem 2
  3. This is subitem 3

Table

Created using : <table class = "article"> tag

Heading 1Heading 2
Row 1 / Column 1 Row 1 / Column 2
Row 2 / Column 1 Row 2 / Column 2

Trademark™

Created using : &trade;

This is how to create a trademark - ABC™


Registered Symbol

Created using : &reg;

This is how to create a registered symbol - ABC®


 

Link open in new tab

Created using : <a href = "http://www.anesthesiallc.com" target = "_blank">ABC Site </a>

This link opens in a new tab : ABC Site


Creating Download PDF button

<ul class="demo-links">

<li class="download-broucher"><a href="/images/brochures/ABCs FirstAnalytics.pdf" target="_blank">Download a Brochure</a></li>

</ul>


Events display on 2 lines

Add the address using HTML editor

<p class="events">Ambulatory Surgery Centers 21st Annual Conference, Chicago, IL</p>


Summary box

Created using : <div class="summary">

SUMMARY
This is a test paragraph. Just to fill some content here. This is not relevant. There is no need to really read any further. Well if you really have time, alright then read on.

Adding Images

Step 1 : Click on the image button as shown below

Step 2 : You can either choose an existing image or use the browse button at the bottom to upload a new image and then insert it.