gregm
Posts: 21
|
| Posted: 03/22/2007, 2:41 AM |
|
Hi All 
1. How can I get the calender to stay one size. Because some months have information and some do not, the calender changes it's size from large to very small. I'd like it fixed to one size. I've tried changing the emptyweeks property to Yes, but this makes no difference.
2. I have created an options page to select the Style, I would like to add the ?style=table for example to the rest of the users session. Any ideas?
I'm using codecharge with VB.NET
Thanks.
_________________
Greg Martin
gmartin@microresource.co.uk |
 |
 |
Benjamin Krajmalnik
|
| Posted: 03/22/2007, 12:08 PM |
|
You may need to modify the style sheet and use a min width and min height.
"gregm" <gregm@forum.codecharge> wrote in message
news:246025d640ed18@news.codecharge.com...
> Hi All 
>
> 1. How can I get the calender to stay one size. Because some months have
> information and some do not, the calender changes it's size from large to
> very
> small. I'd like it fixed to one size. I've tried changing the emptyweeks
> property to Yes, but this makes no difference.
>
> 2. I have created an options page to select the Style, I would like to add
> the
> ?style=table for example to the rest of the users session. Any ideas?
>
> I'm using codecharge with VB.NET
>
> Thanks.
> _________________
> Greg Martin
>gmartin@microresource.co.uk
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
gregm
Posts: 21
|
| Posted: 03/23/2007, 2:47 AM |
|
Really. That's pretty annoying because I'm using multiple stylesheets so the user can select a different style to their preference.
Is it possible to use "inline" style formatting, for example
<td {max-height: 50px} > my cell </td>
???
Thanks,
Greg
_________________
Greg Martin
gmartin@microresource.co.uk |
 |
 |
gregm
Posts: 21
|
| Posted: 03/25/2007, 11:52 PM |
|
I also forgot to say thank you for responding to the question! I'll look at your suggestion.
Thanks,
Greg
_________________
Greg Martin
gmartin@microresource.co.uk |
 |
 |
|