Overview
In this article you will learn how to add a hyperlink to a Program/Membership/Facility/League Note.
Before You Start
If you are linking to a document, it must be uploaded to the web, so you can link to it.
How to Add a Hyperlink to a Program/Membership/Facility/League Note
- In a different tab of your browser, open the webpage to which you'd like to link. If linking to a document that is not online, upload it to your Forms page if you have RecDesk Content Management and then click on it to view it; see How do I Upload Documents to Content Management Pages? If you don't have RecDesk Content Management and would like to upload files for this purpose, contact your RecDesk Customer Success Manager.
- Go back to RecDesk Director tab.
- In the Program/Membership/Facility/League Notes field, type all the words up to where you want the hyperlink placed.
- Then, add this computer code, replacing the bold formatted parts accordingly:
<a href="http://org.recdesk.com/recdeskportal......pdf" style="color:red;text-decoration:underline" target="_new">Handbook</a>
where
• http://org.recdesk.com/recdeskportal......pdf is the Url of the page you'd like to link to (you can get this by clicking on the tab of your browser where the page is displayed, highlighting and copying the url to the clipboard (Url is in the address bar and starts with http));
• color:red is the color of the text;
• text-decoration:underline underlines the text;
• target="_new" opens the hyperlink in a new window;
• and Handbook is the text you click on to link to that webpage. - Be sure to click Save.
Notes:
Hyperlinks should only be added Notes, NOT Descriptions because Description shows on the Community Calendar, and HTML does not render properly on the calendar.