Use CSS instead if that's not how you are doing it already. Much cleaner and easier to control. Name a CSS element something like ".tdbackgrounds" and then set up your background inside there. Then just name your table definition <td class="tdbackgrounds"></td> and you're good to go.
