22 Jan
2001
22 Jan
'01
1:54 p.m.
Lee, Alternating row colors are very easy in Zope because of the variables 'sequence-odd' and 'sequence-even' defined by the <dtml-in> tag. A super quick example: <table bgcolor="#ffffff"> <dtml-in some_list> <tr <dtml-if sequence-odd>bgcolor="#EEEEEE"</dtml-if>> <td>Your cell data here</td> </tr> </table> You can code variations on this to get what you need. -Darin
9205
Age (days ago)
9205
Last active (days ago)
0 comments
1 participants
participants (1)
-
Darin Lee