event display

Hello,

I am trying to add the events to the plugin, and it works fine. but I was wondering how can I have the day on one line and the event title on another. right now it is listed as 1 row, which is hyperlinked. If I try to move it using css or a br, the title disappears. do you know how I can move the title down below the day, I followed some of the direction as to styling the calendar but this just made the title disappear.

Thanks for your help,

Aaron

You can change height of bar by next

[code]js code
scheduler.xy.bar_height = 40;

css code
.dhx_cal_event_line{
height:33px;
}
.dhx_cal_event_clear{
height:33px;
}[/code]

In case of plugin, code can be added to the page through scheduler_include.html