In the text block editor on your website you can add a table to your page however the table doesn't have table borders by default. Sometimes you may want to add borders to your table - this can be achieved by adding some code to your site that will add borders to all of your tables on your site.
- Go to your website dashboard and click on the Get Found SEO on the left-hand side.
- Once in the Get Found SEO section scroll down to the Additional Tracking section
- Paste the code below into the “Custom <body> tracking code” textbox and click save.
Note this will add black borders to all of your tables on your site.
<style>
#main_body .text_block .text_block_text table td{
border: 0.0625rem solid #000;
padding: 0.25rem;
}
</style> - If you would like to change the colour of the border, simply change the “#000” in the code to the hex code that you want.
For example, if you wanted the border colour to be red the hex code would be: #ff0000.
Please note that these changes will only be visible when you are logged out of your dashboard.