Alerts

Last edited 9/29/2020
Alerts are a great way to draw the viewers attention to a special note.

To add an alert to your page, copy the full code snippet for your alert style, then, on your page, click SOURCE to switch to the HTML code editor. Paste the code where you want your alert to display. You can customize the content from within the HTML editor or click SOURCE again to return to the WYSIWYG editor.

Success

BOLD CONTENT CONTENT GOES HERE

<div class="alert alert-success"><strong>BOLD CONTENT</strong> CONTENT GOES HERE</div>

Information

BOLD CONTENT CONTENT GOES HERE

<div class="alert alert-info"><strong>BOLD CONTENT</strong> CONTENT GOES HERE</div>

Warning

BOLD CONTENT CONTENT GOES HERE

<div class="alert alert-warning"><strong>BOLD CONTENT</strong> CONTENT GOES HERE</div>

Danger

BOLD CONTENT CONTENT GOES HERE

<div class="alert alert-danger"><strong>BOLD CONTENT</strong> CONTENT GOES HERE</div>

 

We are always happy to assist with website training.