I have this in my CSS:
ES{
max-width:20px;
word-wrap:break-word;
}
And my table looks like this…
<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>
I want the cells to have the max width but it doesn’t seem to make a difference…
Typo:
without the
., you’re defining a css rule for some non-existing<es>tag, not a CSS class.