in reply to HTML::Template __even__
FWIW, if you use a CSS file. You could simply add
/* for ODD row alternation */ tr:nth-child(odd) {background:#f6f6f6} /* for EVEN alternation */ tr:nth-child(even) {background:#f6f6f6}
Best wishes.
--Chris
¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: HTML::Template __even__
by Mr. Muskrat (Canon) on Jun 04, 2014 at 19:15 UTC | |
by taint (Chaplain) on Jun 04, 2014 at 19:51 UTC |