Table Borders
-
Hi
Trying to create a border around a table (no internal cell borders). I think I’m close, but can’t seem to gt the right side border to work…
.tablepress thead th:first-of-type { border-left: 1px solid #9476c9; border-top: 1px solid #9476c9; } .tablepress thead th:last-of-type { border-right: 1px solid #9476c9; border-top: 1px solid #9476c9; } .tablepress tbody tr { border-collapse: collapse; border: 1px solid #9476c9; /* NOT SURE THIS IS CORRECT OR SUFFICIENT }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Has anyone tried to do this?
Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Table Borders’ is closed to new replies.