How to assign a background color to a single cell in a table created using the wp-Table setup?
The underlying code uses <td> tags, and it's easy enough to use the bgcolor attribute -- but only for all cells in a given row or column. My question is how to assign a background color for just one cell, just as I can use other html to make the font in that cell bold or italic.
Many thanks.