1. Table design
I have a problem. Every TH tag has it’s own name (name of the filed) – (<th class=”priimek” >Priimek</th><th class=”datum_rojstva” >). I do not know how to get that TH TR and other table tags get class from type of field (text, date, …) and not from label of the field.
I would like to use the same CSS as for projectmanager. (<tr class=””>
<td class=”name”> or <td class=’numeric ‘> or <td class=’text ‘>)
2. Alternate row color.
Could you please help me get php right to get some kind of a counter. I have tried, but with no success. I am new to PHP, have worked with ASP. And syntax in PHP is a bit different. I still have to learn ??
Thanks.
Gregor