| <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html> |
| <head> |
| <title> New Document </title> |
| <meta name="Generator" content="EditPlus"> |
| <meta name="Author" content=""> |
| <meta name="Keywords" content=""> |
| <meta name="Description" content=""> |
| </head> |
| <body> |
| <table border="1" width="100%" height="100%"> |
| <tr> |
| <td> |
| Outer Table:<br> |
| <table border="1" width="100%" height="100%"> |
| </td> |
| <td> |
| <table border="1" width="100%" height="100%"> |
| <tr> |
| <td height="100%"> |
| Nested Table:<br> |
| <table border="1" width="100%" height="100%"><br> |
| <td height="100%"> |
| </td> |
| <td height="100%"> |
| asdf |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| </body> |
| </html> |