percentage widths in table cells

Given

<table>
   <td>
     <div style="width: 50%">...</div>
   </td>
</table>

What should happen?
The cell width is based on its contents' width,
and the content's width is based on the cell's
width.

Received on Sunday, 8 December 2002 15:01:01 UTC