Apr 14
Replacing
<tr>
with
<tr class="<%= cycle('one', 'two') %>">
in your tables will make lists easier to read.
Also apply the following css:
table tr.one td
{
background: grey;
}
table tr.two td
{
background: white;
}
Replacing
<tr>
with
<tr class="<%= cycle('one', 'two') %>">
in your tables will make lists easier to read.
Also apply the following css:
table tr.one td
{
background: grey;
}
table tr.two td
{
background: white;
}
Recent Comments