On Tue, 4 Dec 2012 14:15:31 -0600
Jeff Gipson <[email protected]> wrote:

> I noticed the rem-default.css stylesheet contains a td.rem-today
> class. However, the HTML (which does use other classes in this file)
> does not use this class. I was hoping to change the background color
> of the TODAY cell to light yellow, so it stands out a little on the
> white background.

I use:

REM [realtoday()] SPECIAL HTMLCLASS rem-today

and defined a td.rem-today class appropriately.

> Also, it would be fantastic if there were td.rem-past and
> td.re-future classes so that calendar days that have passed might be
> a shade darker.

Similarly:

IF today() < realtoday() THEN
   REM SPECIAL HTMLCLASS rem-past
ENDIF
IF today() > realtoday() THEN
   REM SPECIAL HTMLCLASS rem-future
ENDIF

Regards,

David.
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
Remind is at http://www.roaringpenguin.com/products/remind

Reply via email to