When you add news in PeopleHR, you can add a hyperlink so that employees can click a word and be directed to another page. For example, a Click Here button. To do this, follow the steps below.
Click the News tab then click Add News.
Click the hyperlink
icon then enter your text.
Example text
<a href="https://www.babyology.com.au/">Click Here</a>
Breakdown
<a href= This is the reference to the link, you can't change this.
βhttp://babyology.com.au/β Enter the link you need to redirect to, you need to keep the quotation marks.
>Click Here Enter the text you want employees to see on the news post.
</a> The end of the HTML, you can't change this.
Once you've added your hyperlink, click the pencil icon then enter the rest of the text for the post.