2012-06-23 14 views

回答

2

這應該是默認情況。

<!-- "table-layout" is "auto" by default as well, just to force it --> 
<table border="1" style="table-layout:auto;"> 
    <tr> 
     <td>Column 1</td> 
     <td>Column 2</td> 
    </tr> 
</table> 

This is how it looks like