In the default.html template file, just after the line <%-- MONTHLY OR WEEKLY VIEW --%>, find:
code:
<TD CLASS="thinborder" VALIGN="TOP" WIDTH="14%" <%=$rowheight%> BGCOLOR="<%IF SELECTED%><%=$_GRID_CELL_SELECTED_BGCOLOR%><%ELSE%><%=$_GRID_CELL_BGCOLOR%><%/IF%>">
and
try changing it to:
<%IF EVENTS EXIST%>
<TD CLASS="thinborder" VALIGN="TOP" WIDTH="14%" <%=$rowheight%> BGCOLOR="#FF9999">
<%ELSE%>
<TD CLASS="thinborder" VALIGN="TOP" WIDTH="14%" <%=$rowheight%> BGCOLOR="#66FF99">
<%/IF%>
This is untested so use at your own risk (and keep a backup of original files just in case).
Dan O.
[This message has been edited by DanO (edited February 25, 2005).]