Dear Experts! I am facing problem with tables in wordpress. I want to insert designed and rich colored tables in my posts. So please tell me how can I do that.
Yes I know how to insert table in a post, but when I create a table I am unable to add colors backgrounds and other stuff in table.
to edit colors you need to add Custom CSS. see documentation of plugin. http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/
The easiest way to get exactly what you want in a table is to build it in excel and then take a snapshot and insert it as an image. The downside is that the content will not be searchable. Its another option to consider.
as beginner i also had this issues related to table but bro i suggest you to read table code carefully and try to understand what code effect what then you will do any task easily. Search on Google and read 3-4 article on w3schools i hope that would help.
If you are familiar with HTML and CSS code then you need not to install any plugin, you can add html code of table from the "HTML View" option of the editor. And then style your table using custom CSS.