How to Add a Pro-Con Table on Blogger/WordPress

A pro-con table is a great way to help your readers compare and contrast different options. It can be used for anything from comparing products to comparing different courses of action.

In this article, we will show you how to add a pro-con table to your Blogger or WordPress blog.

Adding a Pro-Con Table to Blogger:-

To add a pro-con table to your Blogger blog, you will need to know some basic HTML and CSS.
  • Go to your Blogger dashboard and click on the "New Post" button.
  • In the post editor, switch to HTML view.
  • Copy the following code:
HTML

<table class="pros-cons">
  <tr>
    <th>Pros</th>
    <th>Cons</th>
  </tr>
  <tr>
    <td>Free productivity apps</td>
    <td>Restricted availability of apps</td>
  </tr>
  <tr>
    <td>Better performance</td>
    <td>Very expensive</td>
  </tr>
  <tr>
    <td>Simple UI</td>
    <td>Not for gamers</td>
  </tr>
  <tr>
    <td>Better security</td>
    <td>None</td>
  </tr>
  <tr>
    <td>Integrated ecosystem</td>
    <td>None</td>
  </tr>
</table>
  • content_copyPaste the code into the post editor.
  • Save the post and publish it.
Your pro-con table should now be visible on your blog post.

Adding a Pro-Con Table to WordPress:-

To add a pro-con table to your WordPress blog, you can use a plugin like TablePress:
https://tablepress.org/.
  • Install and activate the TablePress plugin.
  • Go to your WordPress dashboard and click on the "TablePress" menu item.
  • Click on the "Add New Table" button.
  • Enter a title for your table and then add your pros and cons in the cells.
  • Click on the "Save" button.
Your pro-con table will now be visible on your WordPress blog.

Conclusion

Adding a pro-con table to your blog is a great way to help your readers compare and contrast different options. It is a simple process that can be done with a few lines of HTML and CSS, or by using a plugin like TablePress.

I hope this article has been helpful. If you have any questions, please feel free to leave a comment below.
Next Post Previous Post
No Comment
Add Comment
comment url