Scenario is that I have a table that I want to have a 1px solid black border on the outside. The cells on the row with th's should have borders between each cell, also 1px solid black. The other cells in the table have borders between each cell, 1px solid #ccc.
What's the best way to do this? I tried styling the th's and td's to have a border-right, but then when you get to the last th in the row, the border gets doubled. I could certainly give the last th or td in each row a border=0, but I'm thinking there must be a more sophisticated way of doing it. Ideas?











Bookmarks