Quote:
|
Originally Posted by ninja
Although it's not the best solution because the table is set to 280px you can still define everything with css.
For example when you put this in your css file:
PHP Code:
.cal_table {
width:150px;
}
the table won't be 280px, it will be 150px
I didn't try it now but I'm sure you can somehow change the size of the numbers with css too, here are all classes you can use:
http://support.cheapestwebsoftware.c...topic.php?p=46
|
yes, with all the css classes listed at that support page, one can customize the calendar to look exactly like he wants.