Add BGCOLOR=”#ffff00″ (replace with color of your choice) within the <TD> tag.
<!— begin code here –>
<TABLE CELLPADDING=”2″ CELLSPACING=”2″ WIDTH=”65%”>
<TR>
<TD BGCOLOR=”#ffff00″>Column 1</TD>
<TD BGCOLOR=”#ffff00″>Column 2</TD>
</TR>
<TR>
<TD>Row 2</TD>
<TD>Row 2</TD>
</TR>
</TABLE>
<!— end code here –>
SAMPLE:
| Column 1 | Column 2 |
| Row 2 | Row 2 |
