How to build tables
Unfortunately there is no built-in table generator in Squarespace, therefore the easiest method to insert tables is to use a combination of auto-generated HTML from another website, and a Squarespace Markdown block.
Process 1 — Generate the table HTML
1 - Go to https://www.tablesgenerator.com/html_tables
2 - At the top navigation click Table > Set Size and select the size of your table. The table will be generated below.
3 - Click “Generate Table” . Ensure that “Do not generate CSS” is enabled
4 - Click green “Copy to Clipboard” button
Process 2 — Create table in Squarespace
1 - Go to the Squarespace site
2 - Create a markdown block at the location you want to create the table
3 - Paste the copied HTML into the markdown block
4 - Update the table style by editing the <table> tag to <table class=”nvc-table”>
Example Header1 | Example Header 2 | Example Header 3 | Example Header 4 | Example Header 5 |
---|---|---|---|---|
Content | Content | Content | Content | Content |
Content | Content | Content | Content | Content |
Content | Content | Content | Content | Content |