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, right, and bottom borders. Sheesh, this is a lot of tagging.
Is there a more elegant/efficient way?
-with thanks
Mike
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, right, and bottom borders. Sheesh, this is a lot of tagging.
Is there a more elegant/efficient way?
-with thanks
Mike