Posts

Showing posts with the label WP-Table Loaded

Another Way to add HTML Table Easily to Your Wordpress Post

Image
Those of you who are used to coding HTML table in html editors might find it is such a pain to do it in Wordpress. Although there are plugins, for example the WP-Table-Reloaded available for creating table in Wordpress but it is not as friendly as it should be. In my previous post, “ How to Create Tables Easily for Your Wordpress Blog? ”, I mentioned that the WP-Table-Reloaded plugin offers a lot of table functionality that a normal HTML table including hover effect, alternate row color and manipulating the table with sort, hide, add and move functions. Nevertheless, when comes to building a table from scratch, it is still not the best option due to awkward cells in the table.

How to Create Tables Easily for Your Wordpress Blog?

If you are trying to create a table for your wordpress page, it could be really tedious and painful. Generally, people including myself will use a html editor to code the table separately before copying the code into the wordpress page then use a CSS stylesheet to control its look.