OLD | NEW |
| 1 <body style="overflow: hidden;"> |
1 Table auto, no cells fixed | 2 Table auto, no cells fixed |
2 <table border> | 3 <table border> |
3 <tr> | 4 <tr> |
4 <td>fooooooooooooooooooooooooooooo</td> | 5 <td>fooooooooooooooooooooooooooooo</td> |
5 <td>barrrrrrrrr</td> | 6 <td>barrrrrrrrr</td> |
6 <td>zap</td> | 7 <td>zap</td> |
7 </tr> | 8 </tr> |
8 </table> | 9 </table> |
9 <BR> | 10 <BR> |
10 | 11 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 <BR> | 93 <BR> |
93 | 94 |
94 Table fixed, both cells fixed, 1st cell fixed too small | 95 Table fixed, both cells fixed, 1st cell fixed too small |
95 <table width=500 border> | 96 <table width=500 border> |
96 <tr> | 97 <tr> |
97 <td width=100>fooooooooooooooooooooooooooooo</td> | 98 <td width=100>fooooooooooooooooooooooooooooo</td> |
98 <td width=100>bar</td> | 99 <td width=100>bar</td> |
99 </tr> | 100 </tr> |
100 </table> | 101 </table> |
101 <BR> | 102 <BR> |
102 | 103 </body> |
OLD | NEW |