Skip to Main Content

*Homepage Storage: Alert

Alert Message (this title is not visible)

Instructions for adding alert

  1. To add an alert to the homepage, add content to the box above.
    1. For a stylized alert message, add a rich text section.
      1. Use the rich text editor to add headings, text, and links.
      2. Switch to the Source code to add an opening div tag with class homepage-alert before your contents, and a closing div afterwards. See example code to the right.
    2. Otherwise, any content added to the box will display as a regular box, i.e. no background color or border.
  2. To remove an alert, remove box contents from box above, but leave box intact.

The storage box below can be used to hold code when the alert box is not in use.

 

Example alertexample alert

Example Code

Source view:

<div class="homepage-alert">
<h2>Heading</h2>
<p>Contents or anything else that the rich text editor generates for you.</p>
</div>

Alert Storage

Heading

Contents