[Zope] Alt color in table.
Max M
maxmcorp@worldonline.dk
Tue, 12 Jun 2001 23:10:55 +0200
Something like this?
<dtml-if "_['sequence-odd']"> bgcolor="gray"<dtml-else>
bgcolor="white"</dtml-if>
regards Max M
Max M. W. Rasmussen, Denmark. New Media Director
private: maxmcorp@worldonline.dk work: maxm@normik.dk
-----------------------------------------------------
Shipping software is an unnatural act
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jason
> C. Leach
> Does zope have an eazy way to alternate row colour in a table? Anyone have
> a slick way to do it?