I would like to change the column width in the grid for Saturday & Sunday from 14% to 5% and Mon-Fri to 18% but your program appears to make a global grid column width of 14% in a single statement:
" <%FOREACH GRID COLUMN%>
<% $i=0; %>
<td class="thinborder" valign="TOP" width="14%""
How to I create the changes I would like per above.
Dick R