I have just started to actually understand how tables work. I am trying to work with sizing tables. I have created a table inside a table. My problem is, the green table isn't at the top as the red one is. How do I fix this? Please take a look at the script.
<html>
<title>Test Page</title>
<body>
<table cellspacing="0" cellpadding="0">
<tr height="400">
<td bgcolor="red" width="200"></td>
<td>
<table cellspacing="0" cellpadding="0">
<tr height="200">
<td bgcolor="green" width="400">
