I would like to have a separator line between cells on my tables. I am pasting html into a code block but he default css seems to be overriding padding & borders etc. I have posted a link to a table below:
Hey!
Try adding this code to the Quick CSS:
#top table tr th, #top table tr td {
border: 1px solid rgb(234, 234, 234) !important;
}
Cheers!
Josue
Perfect Josue, just perfect!!
You are welcome, glad to help :)
Regards,
Josue