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





Reply With Quote