Replies: 1
I’ve reviedwed the documentation – maybe I’m missing something, but I need a little help.
I need to be able to have background colors to individual cells.
Example: http://www.hydeawaybay.com/availability/
I’m creating essentially the exact same thing and each cell will vary.
<td bgcolor=”#45AD43″></td>
and
<span class=”hilite”></span>
.tablepress .hilite {
background-color: #45AD43;
}
But nothing worked.
I don’t want any text in the cell – just a background color for the entire cell.
How can I accomplish that?