Asides

As you're creating content you may want to highlight specific sections of text for various reasons. It may be that the text serves as a warning or caution to the user, or it may be a particularly important piece of information. Alternatively you may want to give tips to the users or supply some additional notes about a subject.

We've therefore created a set of styles you can use to highlight text. To use them just add the corresponding <div> element to a RichText / HTML paragraph.

Here is a WARNING that calls attention to critical information

	

<div class="proj_warn">Here is a WARNING that calls attention to critical information</div>


Here is a CAUTION that tells users to be careful

	

<div class="proj_caution">Here is a CAUTION that tells users to be careful</div>


This information is IMPORTANT

	

<div class="proj_important">This information is IMPORTANT</div>


Here is a TIP to help users

	

<div class="proj_tip">Here is a TIP to help users</div>


Here is a NOTE about the current subject

	

<div class="proj_note">Here is a NOTE about the current subject</div>