in reply to HTML::Template __even__
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::Template __even__
by Anonymous Monk on Jun 04, 2014 at 17:29 UTC | |
by tangent (Parson) on Jun 04, 2014 at 18:22 UTC | |
by muba (Priest) on Jun 04, 2014 at 18:00 UTC |