** I'd like my calendar (grid and command list buttons) to fit in a window that is 800 wide **
The calendar is in one big HTML table set to 100%. It should adjust to whatever width your browser is set to... as long as the information contained within the cells allows it to (ie. wide text will cause wide cells).
You could try setting the table width in the default.html template file to a set number but I'm sure you're find that the width will still change if the information contained within the cells is too wide.
** Is there a way to reduce the width of the command list buttons on the left also? **
Again, you can change the width of the table cell it's contained in but it's already set at 100. I don't know how much smaller you can make it and still allow any amount of text. You could also change the text size.
** I dont know PERL **
In most cases you shouldn't need to. The things you happen to want to change will be HTML code in the default.html template file.
Dan O.
------------------