In this tutorial, I am giving an example to insert an HTML table in WordPress without plugin using MS Word. You can create fancy tables in MS Word fill the data and then transfer it to WordPress without a plugin. Follow the below steps.
Steps to Insert HTML Table from MS Word to WordPress Without Plugin
- In MS Word, open a new document.
- Click on the Insert tab and then click on the Insert table and define the columns and rows.
- Input the data in table and format the table as per your requirement.
- When you are done with formatting and inserting data, save the document as HTML file.
- Then open My Computer and open the location of that HTML file you saved it in the MS Word.
- Open the HTML file in a Text editor like notepad++. Then select the text from <table> element till </table> and copy the text. As shown in below image
- Then paste the copied text in WordPress post or page editor in Text mode. Then click back to the Visual tab in the editor, and you will be able to see the table in WordPress editor. Below is an example of the table created in MS Word.
Day | Employee Name | Shift |
Sunday | Maria | 9 am to 5 pm |
Monday | John | 8 am to 4 pm |
Monday | Allen | 4 pm to 9 pm |