Yea. Seems like a growing trend.
I just don't see why its so difficult to change this line
Code:
<td class="inlinemod" nowrap="nowrap">
to what ever you want.
Code:
<td class="mycss" nowrap="nowrap">
and then add this to the additional css in the style.
Code:
.mycss {background: #FFFFCC; color: #000;}
or if you want an image like how I have it
Code:
.mycss {background: transparent url(/path/to/my/image.png) no-repeat scroll right top;}
But to use an image to change the background color, well thats just...