いつもお世話になっております。
PC販売説明文に添付ファルのようなHTMLを入れたいんですが、どうしても商品説明のtestの部分を白にしたいんですが、見出しのグレーの背景に反映されてしまいます。
添付ファルのようにしたいです。
ご教授をお願い致します。
今現在のHTML
<table class="setumei" border="1" cellspacing="0" cellpadding="10" bordercolor="#ccc"width="760">
<tbody>
<colgroup style="background:#dcdcdc">
</colgroup>
<tr>
<th align="center" colspan="3">商品説明</th>
<tr>
<td>testtesttesttesttesttest
</td>
</tr>
</tbody>
</table>