Changing background color of a cell in Easy Table
-
Hi,
I wondered how i could change the background color of a specific cell in Easy Table.
I got it working in HTML with the follow code, but this doesnt seem to work in Easy Table. Anyone an Idea?
Here is the HTML code I use:
<table bgcolor=”#e46135″>
<tbody>
<tr bgcolor=”#e46135″>
<td bgcolor=”#63c270″>
<div style=”width: 150px;”><center>Text</center></div></td>
<td>
<div style=”width: 150px;”><center>Text</center></div></td>
</tr>
</tbody>
</table>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing background color of a cell in Easy Table’ is closed to new replies.