I decided to add zebra tables to a phpwebsite recently and used the version from the link below.
Sortable and Selectable Zebra Table Widgets
It took me a little while to accomplish since I needed to convince phpwebsite to not strip out the <thead>, <tbody>, and <tfoot> tags. Not many people use these tags so phpwebsite removes them unless you modify the configuration. To get the table to work I used both the ID and CLASS elements on the table tag. I used both the<thead> and <tbody> tags in the table although I think only the <tbody> tag is required.
| Pos | Artist | Trackname | |
|
|
|||
| 1 | Lost In The Plot | The Dears | |
| 2 | Poison | The Constantines | |
| 3 | Plea From A Cat Named Virtute | The Weakerthans | |
| 4 | Can’t pick me! | No sir! | |
| 5 | Living Room | Tegan And Sara | |
| 6 | Can’t pick me either | Nope | |
| 7 | Fast Money Blessing | King Cobb Steelie | |
| 8 | Sore | Buck 65 | |
| 9 | Love Travel | Danko Jones | |
| 10 | You Never Let Me Down | Furnaceface | |