** I found it necessary to add <% $currSpan++; %> **
Yes, sorry. I must have been looking at the Dayspan templates where that variable is used. This line should work for the original default.html template:
WIDTH=<%=(($COL == 0 | | $COL == 6 )?"20":"12")%>%
... that is, assuming it is the column of first and last days of the displayed week you want widened.
BTW. The total of all the columns should be exactly 100. In the above example the columns would be 20, 12, 12, 12, 12, 12, 20 = 100
BTW. This forum software adds a space between | | characters. If copying and pasting such code, the space between those symbols will have to be removed before use.
JFYI
Dan O.
------------------