Quote:
|
Originally Posted by jibstar
Nice tutorial, I've been doing for a while now the only problem I have is when I add the %%CALENDAR%% tag the calendar numbers are so big they take up a quarter width of the page, do you know how to make the calendar smaller?
|
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