Difficulty
How long will it take?
5 Minutes
Youtube Video
Not yet available
Step 1
First of all, create or navigate to the page or post that you would like to edit.
Step 2
Click on the shortcode dropdown, signified by a [] symbol.
Step 3
Click on the shortcode named “Table 1” or “Table 2” to insert a table into the page.
Step 4
You will now see a table on the page with 4 headings, and 5 rows below each. Simple edit the table contents as you wish by selecting the text within each table cell and replacing with what you like.
Step 5
Submit, update, publish or preview your page or post and it should look similar to this image.
Additional Information – Adding New Rows
Click on the “Text” tab within the editor to display the HTML code. Find the code for the table. To create a new row, locate a block of code that is contained with in the <tr> tags. Select all of this code, copy, and then paste the code directly after the </tr> tag for the row where you want the new row to appear after. You can then go back to the visual editor and enter the text for the new row.
Additional Information – Adding New Columns
Click on the “Text” tab within the editor to display the HTML code. Find the code for the table. To create a new column, look for a line that begins with <td> – representing one cell. Copy one of these lines and then paste on a new line below the one you copied.