My table is many rows, by 2 columns. I want a border around each row. Put another way, I want borders everywhere except between the 2 columns.
My trolling has only found one solution: for each <TD> in col #1, define top, left, and bottom borders. Then for each <TD> in col #2, define top...