I googled myself lame to find out, but no luck.
Is it possible to allign every row in a sql result table different. And i mean, not the text but the whole row.
01 | ** | ** | left 02 | ** | ** | center 03 | ** | ** | right 04 | ** | ** | center 05 | ** | ** | left
depending of the value of one of the cell in that row.
I'm able to assign a different class to <TD> to change color of the cell (or whatever) depending on that value.
Is it possible at all to allign rows different from each other ?