How do I link to pages inside or outside of the community?
You can add a link to your Posts, Comments, and Replies in two ways.
Copy and paste
You can copy and paste the full link (including http and www) into your sentence.
The link will appear in bold, which members can click to access the desired page.
HTML
You can also use HTML to create a more user friendly link with the following approach:
<a href="enter the full link in between double quotes">Text To Display</a>
For example, you can display the same link from the above example.
Now the bold text serves as a link even though it displays a different message.
Go ahead and practice by adding a link in the comments below!