Re: [Zope] RFC:Simple Calendar of events
very nice. i did a quick check of your demo and it looks useful. changing cell background color to show data works fine for gui browsers. it would make the product usable in text browsers (lynx/links) if you would _also_ make the link bold for days that have data entered into them.
there is nothing about the calendar inherently image centric so making it text browser friendly is a GoodThing(tm) imho... ;-)
thanks for the comments. i would think <b> </b> would work. and making today's date italic would work for text based browsers too.
-- charlie blanchard http://baldguru.com/ LosAngeles area Zope Users Group http://lazug.org
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
thanks for the comments. i would think <b> </b> would work. and making today's date italic would work for text based browsers too.
Take "<strong> </strong>", it is supposed to be more standards-compliant (bold/italic are supposed to be replaced by strong/em) ... Joachim
participants (2)
-
Bak @ kedai -
Joachim Werner