Imagine I have created a table like this:
1 Chailie 23 Joker Bass
2 Chailie 23 Joker Bass
3 Chailie 23 Joker Bass
4 Chailie 23 Joker Bass
5 Chailie 23 Joker Bass
6 Chailie 23 Joker Bass
Now I want to format it to appear like this:
|----------------------------------------|
|1 Chailie 23 Joker Bass |
|2 Chailie 23 Joker Bass |
|3 Chailie 23 Joker Bass |
|----------------------------------------|
|4 Chailie 23 Joker Bass |
|5 Chailie 23 Joker Bass |
|6 Chailie 23 Joker Bass |
|----------------------------------------|
As you can see, I would like to add a border to a section of rows to group them together. Does anyone know how to achieve this? For example, is it possible to apply specific CSS to create such borders?