I have a table TD and on the right of it I want to add a 1 pixel border, so I\'ve done this:
table td { border-right:1px solid #000; }
table { border-spacing: 10px 0px; } .rightborder { border-right: 1px solid #fff; }
Then with your code you can:
whatever
Hope that helps!