Enter the code directly into the "Description and Details" Tab of the event. See below for the code to enter for each type of link.
1. Link to a Website:
You can use the "More Info" link in the event description.
Or, insert the code below:
<p>
Enter event description information here.
<a href="http://www.yourdomainname.com/?">Website Link</a>
</p>
2. Link to an Email Address:
Insert the code below into your event description.
<p>
Enter event description information here.
<a href="mailto:youremailaddress@youremail.com?subject=Event%20Registration">Contact Us</a>
</p>
3. Link to a document:
Note: You can use the "More Info" link in the event description to link to a document. An example of that link http://www.yourwebsitename.com/yourdocumentname.doc
Or
Insert the code below into your event description.
<a href="http://www.yourwebsitename.com/yourdocumentname.pdf" >click here to view document</a>
Be sure to change the name of the website and document to your own. The document must reside on your server.
You can link to any type of document such as Adobe Acrobat .pdf files, Microsoft Word .doc files and Microsoft Excel .xls files. The user wil be given the option of opening the file or saving to their computer. Please keep in mind that large files will take some time to open or save.