In your CSS, you should define 2 row color styles, not 2 versions of the same style:
.row_color__odd__ { background-color: green }; .row_color__even__ { background-color: yellow };
Then change your HTML template to to use the corresponding style for each row.
In reply to Re: HTML::Template __even__
by RonW
in thread HTML::Template __even__
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |