This is a response to the question about including HTML in Event descriptions here: http://www.imiscommunity.com/complete_newbie_need_help I'm posting it here so I can include a screenshot.
The Event Directions field, from Define an Event in Desktop, is rendered as an asp:Label in public view and template sites, so it can include HTML formatting for bold and hyperlinks. The attached screenshot shows the desktop setup, with html in the Directions field, and its effect in public view. I didn't check to see how confirmation notices would handle HTML, so you'd probably want to check "Suppress printing of directions on Confirmation Letters".
Besides the desktop setup, I changed the prompt on the event details page to "More Info:" as shown in the screenshot; in public view, it's here by default:
C:\Program Files\ASI\iMIS15\iMIS_public\Core\Events\eventdetails.aspx
<asp:PlaceHolder runat="server" ID="DirectionsPlaceholder">
<tr>
<td class="PanelTablePrompt">More Info:</td>
<td class="PanelTableValue"><asp:Label runat="server" ID="Directions" /></td>
</tr>
</asp:PlaceHolder>

| Attachment | Size |
|---|---|
| event directions with html.png | 156.63 KB |
Event description
Have you gotten this to work in the event description field? I have tried making an item bold and only the html tags appear like <b> thes</b> instead of actually bolding the word
Thanks
Lisa