Thank you for using Table Builder! To get started, please click the blue '+' button above to add a row of table cells. Then in the Table Builder stack settings, choose how many columns to display in each row (up-to 12 columns are supported). Drag and drop content into each table cell. Your table will be marked-up using conventional HTML table code; so you can be assured the completed table will display reliably on all modern web browsers and will be optimized for search engines. On smaller screens, the table scrolls horizontally.
Style options also exist, allowing you to customise the appearance of your completed table. Backgrounds, borders, and padding are all feasible. If you want to change the appearance of a particular row (e.g. make the first row you add a 'header' row), select the row above and check the Override Table Styles option; which will let you set custom styling on that row.
To merge table columns, type [colspan="2"]
into the first cell, of the group you wish to merge. Change 2
to the number of cells you want to merge together. Within the cells being merged (excluding the first cell) type [null]
to remove the empty cells. A maximum of 15 columns can be merged, from the first cell.
To merge table rows, type [rowspan="2"]
into the first cell, of the group you wish to merge. Change 2
to the number of cells you want to merge together. Within the cells being merged (excluding the first cell) type [null]
to remove the empty cells. A maximum of 15 rows can be merged, from the first cell.