Website Building » Squarespace » How Do I Add a Table in Squarespace?

How Do I Add a Table in Squarespace?

Last updated on December 15, 2022 @ 2:44 am

There are two ways to add a table in Squarespace: through the Block Menu or in Code View.

To add a table through the Block Menu:

    1. Open the page or post where you want to add your table.

    2. Click the + icon in the content area where you want to add your table.

    3. In the Block Menu, click Table. If you don’t see the Table option, click More. You may need to scroll down to see it.

    4. Configure your table settings and click Apply. For more information, visit Adding and configuring a table

To add a table in Code View:

    1. Click the Code Editor icon on the left panel.

    2. In the code block, locate the point where you want to insert your table.

PRO TIP: If you are not careful, adding a table in Squarespace can mess up your whole design. Be sure to create a backup before you add a table, and be sure to follow the instructions carefully.

Note: If you’re not familiar with HTML, we recommend adding your table at the very bottom of your code block so it’s easy to find.

<table>
<tr>
<td>
Cell 1
</td>
<td>
Cell 2
</td>
</tr>
</table>"

4. On a new line above the code block, add this line of code:

`<div class=”sqs-block html-block sqs-block-html” data-block-type=”2″ id=”blockID”><div class=”sqs-block html”></div></div>”`

5. To style text within your table cells, use standard HTML tags like <strong>, <em>, and <u>. For more information, visit our guides on adding HTML and CSS in Code View.

6. When you’re done adding your code, click Save.
Adding a table in Squarespace is easy and can be done in either the Block Menu or Code View. Tables are a great way to organize and present data in an easy to read format and Squarespace makes it easy to add and customize them to match your site design.

Madison Geldart

Madison Geldart

Cloud infrastructure engineer and tech mess solver.