You can format the content of your event page using basic HTML. These examples can also be used in your Public Profile Description.
Here are a few examples of commonly used HTML tags:
Hyperlink
- Copy & paste the following code into the Description field:
<a href="URL FOR LINK">link text</a>
- Replace the words URL FOR LINK with the URL you'd like to direct people to
- Make sure to include the http:// or https:// at the beginning of the url
- Replace the words LINK TEXT with the words you'd like to display for people to see
Bold Text
- Copy & paste the following code into the Description field:
<b>bold</b>
- Replace the word BOLD with the text that you'd like to be bold
Embed An Image
We recommend a 300 pixel image size for optimal display on mobile devices and computers.
- Copy & paste the following code into the Description field:
<img src="IMAGE URL">
- Replace the words IMAGE URL with a link to the image you'd like to display
View this demo event for more examples of HTML tags that can be used in the Event Description and Profile Description.