Is there a way, using CSS, to show borders in a table between columns only (not on the outer edges)?
I may be simplifying the issue, but does td {border-right: 1px solid red;} work for your table setup?