Press "Enter" to skip to content
< Back

Employee Home Page Notice

Add/Change the Employee Home Page Notice

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

home page notice

To add a Notice to Employee Home page

From any page: 

  • In the top menu, hover over MESSAGING and choose Employee Homepage Notice 
  • Type the notice that you would like to show on the employee 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 employee and manager 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