Note how cell widths adjust to the approximate size of the text stored in the cells, when a width is not specified. Produced by HTML Code:
<tr> <td>cell 3</td> <td>cell 4</td> </tr>
<tr> <td>cell 4</td> <td>This is a very large cell 6</td> </tr> </table>
Last updated on 03/05/2007 by L.M. Hicks