私のCSSにはこれがあります:
ES{
max-width:20px;
word-wrap:break-word;
}
そして、私のテーブルはこのように見えます...
<table border="1" cellpadding="2" class="ES" >
<tr>
<td><input name="rbeso" type="radio" id="rblimpet" value="limpet" title="Seafood" /><b>The Doctor Limpet</b> Fresh from the sea! Crab flakes, alfredo sauce and mozzarella cheese.</td>
</tr>
セルの幅を最大にしたいのですが、違いがないようです...