hi,

originally I used
.row2:hover { background-color: #CCCCCC; }

to make the row in my table change color. Then I realized it was a bad thing since it is site wide and messes up some other stuff. So, I wanted to use an inline style to apply it to only 1 specific table. I can't seem to get it to work.

<tr style="background-color: gray'" class="{members_row.ROW_CLASS}">

That changes the row to gray permanently but I can't figure out how to get hover to work here. Any suggestions?

Thanks