OLD | NEW |
| 1 <body style="overflow: hidden;"> |
1 <table border> | 2 <table border> |
2 <tr> | 3 <tr> |
3 <td width=100>100</td> | 4 <td width=100>100</td> |
4 <td width=30%>30% width</td></tr> | 5 <td width=30%>30% width</td></tr> |
5 </table> | 6 </table> |
6 <BR> | 7 <BR> |
7 <table border> | 8 <table border> |
8 <tr> | 9 <tr> |
9 <td width=100>100 100 100 100 100 100</td> | 10 <td width=100>100 100 100 100 100 100</td> |
10 <td width=50%>50% width</td></tr> | 11 <td width=50%>50% width</td></tr> |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 <TR> | 62 <TR> |
62 <TD colspan="2"> | 63 <TD colspan="2"> |
63 <p><b>This is colspan=2</b> blah blah blah blah blah | 64 <p><b>This is colspan=2</b> blah blah blah blah blah |
64 blah blah blah blah blah blah blah blah blah blah | 65 blah blah blah blah blah blah blah blah blah blah |
65 </p> | 66 </p> |
66 </TD> | 67 </TD> |
67 </TR> | 68 </TR> |
68 </TABLE> | 69 </TABLE> |
69 | 70 |
70 <!--and also consider cases where there is a width attribute on the table elemen
t itself.--> | 71 <!--and also consider cases where there is a width attribute on the table elemen
t itself.--> |
| 72 </body> |
OLD | NEW |