Well I am just baffled, which is not unusual.
In the line below from my default template I changed the class from "text" to "textdate" and added this to the style sheet:.textdate { color:#990000; }
<DT><B><A HREF="<%=$CGI_URL_QUERYSTRING%>selected_datestring=<%=$DAY->{'datestring'}%>&datestring=<%=$DAY->{'datestring'}%>&view=Day" CLASS="text"><%=$DAY->{dayname}%>, <%=$DAY->{monthname}%> <%=$DAY->{dd}%></A></B>
Changed to this
<DT><B><A HREF="<%=$CGI_URL_QUERYSTRING%>selected_datestring=<%=$DAY->{'datestring'}%>&datestring=<%=$DAY->{'datestring'}%>&view=Day" CLASS="textdate"><%=$DAY->{dayname}%>, <%=$DAY->{monthname}%> <%=$DAY->{dd}%></A></B>
But nothing changes. I thought this would apply the .textdate style to the dayname monthname and dd output.
Am I even remotely close or embarrassingly clueless? (I have a hunch on which one but...)
Any help much appreciated.
Jason
------------------