I can't seem to get a background image with the right column, but I can with the left. I'm using this code:
HTML Code:
<td valign="top" width="160px" STYLE="background-image:url('imagesrc');background-attachment:fixed;background-repeat:no-repeat;">
It seems to work when I take off the no-repeat, but then the problem is that the background image repeats, which I don't want to happen.
Is the right column aligned differently than the left column? Seems like that's the problem.