Hi,
I'm working on this module where I have a table where as part of the theme every odd row is light blue.
I'd like to add another background color to the rows based on a value in the db for each row.
I'm really not sure how to do this? If I could somehow add a class to each tr tag that would do the trick.
anyone know how to do this. I'm currently rendering the table like so:
$output = theme('table', $header, $rows); $output is returned in the theme function/hook.
thanks
Idan




Joined: 08/12/2007