pkrawetz
Posts: 77
|
| Posted: 11/09/2011, 7:47 AM |
|
Is there a way to set the size of the calenard box with or without an event displaying? I want it to look like a regular wall calendar. If you have a solution, please post it.
Thanks.
|
 |
 |
jerryvernon
Posts: 35
|
| Posted: 11/10/2011, 12:06 PM |
|
Hi
Do you mean like the calendar on website below.
http://www.weoleycastlenews.co.uk/#div1/weoley_castle_event_calendar.php
Regards
Jerry
|
 |
 |
pkrawetz
Posts: 77
|
| Posted: 11/11/2011, 2:44 AM |
|
Yes that is exactly what I want.
|
 |
 |
jerryvernon
Posts: 35
|
| Posted: 11/11/2011, 4:57 AM |
|
I have simply adjusted the html sizes
<!-- BEGIN WeekDays -->
<th width="14.29%" scope="col" {Style}>{DayOfWeek}</th>
<!-- END WeekDays -->
</tr>
<!-- BEGIN Week -->
<tr>
<!-- BEGIN Day -->
<td style="WIDTH: 62px; HEIGHT: 60px" valign="top" {Style}>{DayNumber}
I hope this hepls, if you require a copy of the page, please contact me again
Regards
Jerry Vernon MA
Birmingham UK
|
 |
 |
pkrawetz
Posts: 77
|
| Posted: 11/11/2011, 9:16 AM |
|
Works perfectly, thanks. And pretty simple too.
|
 |
 |
|