<td> background image issue

I have 3 <td>'s on this page: http://billboardfamily.com/cart/

They are the ones with the text “item” “price” and “delete”

They look good, with one exception… I want them to have no space between them so the background image looks like one continuous line. How can I do this?

Thanks!

CSS:

#item-name {
        padding-bottom: 3px;
        background: url("../images/largedots.png") repeat-x bottom transparent;
    }
    #item-price {
        margin-left: -1px;
        padding-bottom: 3px;
        background: url("../images/largedots.png") repeat-x bottom transparent;
    }
    #item-delete {
        padding-bottom: 3px;
        background: url("../images/largedots.png") repeat-x bottom transparent;
    }

That totally worked! Thanks!

The simplest way I know is to add

<table style="width: 100%; [COLOR="Red"]border-collapse:collapse;[/COLOR]">

(I wouldn’t do it inline, of course.)

That will close up the table a bit, though, so you’ll need some extra cell padding.

Duh, my bad. You have to add something to the cart to get the table…my bad.

http://billboardfamily.com/calendar/ Just add something here, then click “view shopping cart” at the top.

sorry.

Me no see no table on dat dere page. :confused: