Thursday, June 11, 2015

Add tables to wordpress.com post or page

What I'd be talking about in the following texts is meaningful only if you are a Wordpress.com blogger or any other blogger who wants to apply table formatting onto there post or pages.

Also this is applicable if the blog site supports HTML codes. Here I refer to wordpress.com blog method as I host my blog on wordpress only. For other blog, find out the way to access code editor in blog. It is supported by most like Blogger and LiveJournal.

For novice way of adding tables to the wordpress.com blog, just add the below html code in text view in wordpress editor.

Thereafter jump to Visual editor, and replace the text within the cells with the matter or content of your own. That's it, simple.
<table border="1">
 <tbody>
 <tr>
 <td>Row 1 cell 1</td>
 <td>Row 1 Cell 2</td>
 </tr>
 <tr>
 <td>Row 2 Cell 1</td>
 <td>Row 2 Cell 2</td>
 </tr>
 <tr>
 <td>Row 3 Cell 1</td>
 <td>Row 3 Cell 2</td>
 </tr> 

Source - https://en.forums.wordpress.com/topic/how-to-create-tables-in-wordpresscom?replies=19

No comments:

Post a Comment

Love to hear feedback.
If copyright or other issue, please use the "contact form"

Note: Only a member of this blog may post a comment.

Featured Post

Fav Bookmarks 💓

Treasure Sites  | Fav Bookmarks 15 Best Open Source WYSIWYG HTML Editors   https://itsfoss.com/open-source-wysiwyg-editors/  By Annkush Das ...