bdakin | 802f95f | 2006-03-16 02:00:22 +0000 | [diff] [blame] | 1 | <table border> |
| 2 | <tr> |
| 3 | <td> |
| 4 | <table bgcolor=orange width=100%> |
| 5 | <tr> |
| 6 | <td>nested in auto, width=100%</td> |
| 7 | </tr> |
| 8 | </table> |
| 9 | </td> |
| 10 | </tr> |
| 11 | </table> |
| 12 | <BR> |
| 13 | <table border width=200> |
| 14 | <tr> |
| 15 | <td> |
| 16 | <table bgcolor=lime width=100%> |
| 17 | <tr> |
| 18 | <td>nested in fixed, width=100%</td> |
| 19 | </tr> |
| 20 | </table> |
| 21 | </td> |
| 22 | </tr> |
| 23 | </table> |
| 24 | <BR> |
| 25 | <table border width=800> |
| 26 | <tr> |
| 27 | <td> |
| 28 | <table bgcolor=lime width=100%> |
| 29 | <tr> |
| 30 | <td>nested in fixed, width=100%</td> |
| 31 | </tr> |
| 32 | </table> |
| 33 | </td> |
| 34 | </tr> |
| 35 | </table> |
| 36 | <BR> |
| 37 | <table border> |
| 38 | <tr> |
| 39 | <td> |
| 40 | <table orange width=100%> |
| 41 | <tr> |
| 42 | <td>nested in auto, width=100%</td> |
| 43 | </tr> |
| 44 | </table> |
| 45 | </td> |
| 46 | <td>auto</td> |
| 47 | </tr> |
| 48 | </table> |
| 49 | <BR> |
| 50 | <table border width=100%> |
| 51 | <tr> |
| 52 | <td> |
| 53 | <table bgcolor=lime width=50%> |
| 54 | <tr> |
| 55 | <td>nested in 100%, width=50%</td> |
| 56 | </tr> |
| 57 | </table> |
| 58 | </td> |
| 59 | <td>foo</td> |
| 60 | </tr> |
| 61 | </table> |
| 62 | <BR> |
| 63 | <table border width=100%> |
| 64 | <tr> |
| 65 | <td> |
| 66 | <table bgcolor=lime width=50%> |
| 67 | <tr> |
| 68 | <td> |
| 69 | <table bgcolor=red width=50%> |
| 70 | <tr> |
| 71 | <td>2n50%</td> |
| 72 | </tr> |
| 73 | </table> |
| 74 | </td> |
| 75 | </tr> |
| 76 | </table> |
| 77 | </td> |
| 78 | <td>foo</td> |
| 79 | </tr> |
| 80 | </table> |
| 81 | |
| 82 | |