Loading...
 
Features / Usability

Features / Usability


Re: Calendar & Explorer

posts: 3665 United States

You need to set a default HEIGHT for each date cell in tiki-calendar.tpl. Change this line (line 363 in the default template):

<td class="{cycle}" width="14%">

To this:

<td class="{cycle}" width="14%" height="150">


You'll probabaly want to experiment with the size 150 based on your calendar's content. For example, here's what mine looks like....

HTH,

-Rick

There are no comments at this time.