Yes, you can make a table in Squarespace. To do so, you’ll need to use the code block feature and insert the HTML code for a table. This can be done by selecting the ‘Code’ option from the Insert menu.
Once you’ve inserted the code block, you can then enter the HTML code for a table. For example:
<table>
<tr>
<td>Table cell 1</td>
<td>Table cell 2</td>
</tr>
</table>
You can then style the table using CSS. For example, to change the width of the table, you would add the following CSS code to your Custom CSS:
table { width: 100%; }
To learn more about styling tables in Squarespace, we recommend checking out our Help Guide.
PRO TIP: Squarespace is not intended for use as a table making tool. Any tables made in Squarespace will likely be unstable and difficult to work with.