Skip to main content

Add a hyperlink in the text editor

How to add hyperlinks when I add news.

J
Written by Joshua Shooter
Updated over 2 months ago

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.

  1. Click the News tab then click Add News.

  2. Click the hyperlink image.png 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 image.png icon then enter the rest of the text for the post.

Did this answer your question?