Just a question.
When you're coding in expandables how do you deal with the fact that background="" isn't valid in xhtml?

I replace:
HTML Code:
<td background="images/whatever.gif">
With:
HTML Code:
<td style="background:url('images/whatever.gif');">
Any easier ways?
Oh, and I'm not particuarly interested in how much better divs are, so you can save that