Hello!
Is it possible to make the table borders in Confluence dotted. As in the image. If so, tell me how?
An easy way to do this would be to use some custom CSS.
td.confluenceTd, th.confluenceTh {
border: 1px dashed #c1c7d0 !important;
}
How to include CSS on a single page has been discussed several times in the Community already.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.