hi guys, i have this code..to display a table.. but how to add a background color to a table? any help is greatly appreciated.. thanks...
<table cellpadding="15" cellspacing="15">
<tr>
<td>CELL 1</td>
<td>CELL 2</td>
</tr>
<tr>
<td>CELL 3</td>
<td>CELL 4</td>
</tr>
</table>