Tip If you're a Trumba Connect account holder (to see your account type, click your account name in the upper-right corner, click Account Settings, and then look for Subscription type), you can use the HTML editor to add formatted text and images to the event description and other multi-text fields. Learn more.
You can use limited HTML code to add formatting to your event description and the personal message in your calendar email. You can use text formatting to make key words stand out or your event description easier to read. The table and list below include the tags that you can use and which attributes are supported for each.
Note This topic assumes that you are experienced with coding HTML for web pages. If you want to learn more about HTML, you can find many useful resources on the web.
In the add/edit event form, HTML tags work only in the Description section, not in other text-based event fields, such as Title or Location. In the Email Publishing Wizard, you can use these tags in your personal message.
Tag | Attributes |
---|---|
anchor <a> | href ("javascript:" not allowed), target (forced to "_blank" if not present or has a value of "_self"), title |
paragraph <p> | title, align |
horizontal rule <hr> | align, noshade, size, width |
ordered list <ol> | type, start |
unordered list <ul> | type |
list item <li> | type, value |
font <font> | color
(named colors or hexadecimal values) |
You can insert images, such as photos or logos, into the event description. An image you insert appears when visitors click an event to display the event details (on your published calendar or in your email message). Your image must be hosted on a public web server, so that the src
attribute points to the URL where the image resides. For example:
<img src="https://www.trumba.com/images/[someimage.gif]">
Other attributes that you can use with the <img> tag are align (note that align="center" is not supported), border, height, and width.