| OLD | NEW |
| 1 <body style="overflow: hidden;"> |
| 1 <table border bgcolor=lime width=150> | 2 <table border bgcolor=lime width=150> |
| 2 <tr> | 3 <tr> |
| 3 <td width=200>200</td> | 4 <td width=200>200</td> |
| 4 <td width=100>one_hund</td></tr> | 5 <td width=100>one_hund</td></tr> |
| 5 </table> | 6 </table> |
| 6 <BR> | 7 <BR> |
| 7 <table width=500 border=1> | 8 <table width=500 border=1> |
| 8 <tr> | 9 <tr> |
| 9 <td bgcolor=red width=300>fooooooooo | 10 <td bgcolor=red width=300>fooooooooo |
| 10 <td bgcolor=green width=300>fooooooooo | 11 <td bgcolor=green width=300>fooooooooo |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 auto table - cell width does not include padding | 65 auto table - cell width does not include padding |
| 65 <table border cellpadding=20> | 66 <table border cellpadding=20> |
| 66 <tr> | 67 <tr> |
| 67 <td width=100>cell=100px</td></tr> | 68 <td width=100>cell=100px</td></tr> |
| 68 </table> | 69 </table> |
| 69 <BR> | 70 <BR> |
| 70 <table border> | 71 <table border> |
| 71 <tr> | 72 <tr> |
| 72 <td width=100>cell=100px</td></tr> | 73 <td width=100>cell=100px</td></tr> |
| 73 </table> | 74 </table> |
| 74 | 75 </body> |
| OLD | NEW |