How to create a border around the table

If you want to create border around your table, use this code in your CSS editor:

#supsystic-table-120 { box-shadow: 0px 0px 0px 2px #000; } .supsystic-tables-wrap { overflow: visible !important; } where 120-is your table ID, 2px- is the thickness of your border.

Categories
Latest Articles