| View previous topic :: View next topic |
| Author |
Message |
sub-deacon
Joined: 16 Mar 2006 Posts: 3
|
Posted: Sat Mar 18, 2006 Post subject: control vertical size of calendar |
|
|
How would you specify a specific vertical size on the calender grid itself. I tried to create a custom plans.template adding a table and placing the line:
###calendar area### within the table and use the table to control the diplay area but plans seems to ignore the size attribute of my table see my code:
<table border="1" cellpadding="2" width="95%" height="200">
<tr>
<td width="100%" height="200">
###calendar area###
</td>
</tr>
</table>
Now I am no CGI wiz, barely even competant so I have no idea how the script is able to resize my cell properties
I do realize the height is rather small in my code but I was trying an extreme to see the change.
Any help would be appriciated, thank you all. |
|
| Back to top |
|
 |
daltonlp Site Admin
Joined: 24 Nov 2003 Posts: 1482
|
Posted: Mon Mar 20, 2006 Post subject: |
|
|
Plans doesn't do anything special to resize your table properties.
Plans just generates html for each calendar cell and lets the browser render them. I don't know if it's possible to force an html element to be a certain size if the element's contents (text & other elements) are larger than that size.
- Lloyd |
|
| Back to top |
|
 |
|