True Graphics
New Member
hello, I am using dreamweaver cs5 and i am trying to produce a table with a back ground colour in the
table how do you do it please. thanks
table how do you do it please. thanks
table {background-color: #FFF;}
I have a black background on the website already, I just need a white background inside the table
please
<table width="336" height="77" border="1" style="background-color: #fff;">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>