Is there any way to change the background color for only certain blocks? I have a 10 row, 4 column table and want to change the color of the blocks in the 4th column based on the information in them. Some would be green, others red, but I can't seem to figure out how to fill the entire block with the given color. The best I've done so far is this: link
Hi,
you can change the background color of table cells using some "Custom CSS", for hints, please take a look at the question "How can I highlight certain cells or their content?" in the plugin FAQ at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/.
Unfortunately, it is not possible to do the coloring by content, but you must provide the row and column numbers of the cell.
Regards,
Tobias
Ahhh, that's exactly what I was looking for. Thanks mate!