Replies: 0
Hi,
I add a table in my post https://www.datanumen.com/blogs/use-wisdom-in-diamond-cutter-to-solve-problems-in-business-and-life/
Now I want to add a border line above the search box row, and border line in the left and right of the table, and below the “Previous Next” row. How to do so?
Before asking the question, I have searched on the forum and tried some of the CSS codes, below are the current CSS:
// No effect
.dataTables_wrapper {
background-color: #d9edf7;
border: 1px solid #000000;
}
// Border appears inside the rows, not around the table
.tablepress tbody td {
border: 1px solid #000000 !important;
}
// No effect
.tablepress-id-2 {
border: 1px solid #000000 !important;
}
Please help