Assamtechtricks

How to insert table in blog post

Insertation of table in blog post using blogger post editor is quite difficult, you need to know the HTML codes and then have to construct the table by arranging the tag manually in post editor. So it is a bit difficult for one who is not familiar with HTML codes. However there are lots of easy ways to build up a table in blog post without actually using the HTML codes. Today i am going to show or explain one of these methods.


At first we will make the table on Microsoft word, then convert the table to HTML codes and then finally insert it into blog post.

To create a table in Microsoft word
1) Go to Microsoft word
2) Go to Insert----Table----Insert Table
3) Give the number of Columns and Rows
4) Complete the table with whatever you want to write.
5) Select the table by clicking the following highlighted option, it will appear on mouse hover.
5) Right click and then click Copy

To convert the table into HTML codes
1) Go to Tableizer then paste the table codes there in the Text field
2) You can customize Font size, Header color and Font style there, the options are available bellow the text field.
3) After setting up click on Tableize it. It will converts the table into HTML codes.
4) Now go to Blogger------New Post------HTML editor
5) There you will see a piece of codes like this

<div dir="ltr" style="text-align: left;" trbidi="on">
<br /></div>

6) Paste Converted HTML codes right before <br/> tag
7) Now click on Preview and if it is likable then Publish.


So this the method of inserting a table in blog post without actually coding HTML.