** I need it to show a third event field. How do I do this? **
Add the appropriate 'print event field' tag in the appropriate place in the default.html template file. An example 'print event field' tag is <%= EVENT FIELD(title) %>
You'd have to change the 'title' part of it to the value of the field you wanted printed.
** how can I separate it so the time is on one line, the title is on one line, and the third field (location) is on one line **
Add an HTML <BR> tag between them.
Dan O.
------------------