Press "Enter" to skip to content
< Back

Helper Home Page Notice

Add/Change the Helper Home Page Notice

A notice to helpers can be displayed on their home page when they sign in.

To add a Notice to Helper Home page

From any page: 

  • In the top menu, hover over MESSAGING and choose Helper Homepage Notice 
  • Type the notice that you would like to show on the helper home page (Optional – you can use HTML to make the message have colors or bold, large font size, etc. See below for more details about using HTML).
  • Click the Save button
  • The message will appear on the helper and coordinator home page and will remain viewable until it is changed or removed

Examples of using html code to format your notes: 
normal text
<b>this is bold</b>
<span style='color:red;'>this is red</span>
<span style='color:red;font-size:150%;'>this is red and larger</span>
<span style='color:blue; font-size:150%;font-weight:bold;'> this is blue, large and bold</span>
this is back to normal text

Note you must use single quotation marks instead of double quotes.

You can try highlighting or copying and pasting the code above into your notes section to see how it appears. It should appear similar to this: 

normal text
this is bold
this is red
this is red and larger
this is blue, large and bold
this is back to normal text