| in the table tag, or wherever you have it, in the 'background' attribute you need to have no-repeat, so if your using a style attribute (inline css) you'd use style="background: no-repeat;" or just add no-repeat to your existing bcakground attribute if you have one already eg: 'background: url('/images/bg.gif');' becomes 'background: url('/images/bg.gif') no-repeat;'
 hope that clears it up for you.
 |