Matt wrote:
Quote:
There are 3 tables on a html page. The first and two tables has 5
rows, and the third table has 10 rows. All I want is to put the third
table on the right hand side of first two tables. I try to put the
third table in another <TD> tag of first table, but it won't work.
Any ideas?? |
You didn't put the third table into any <TD>.
Try this:
<table border="1"><TR><TD>
<table border="1">
<tr><td>row 1a</td><td>row 1b</td></tr>
<tr><td>row 2a</td><td>row 2b</td></tr>
<tr><td>row 3a</td><td>row 3b</td></tr>
<tr><td>row 4a</td><td>row 4b</td></tr>
<tr><td>row 5a</td><td>row 5b</td></tr>
</table>
<P><table border="1">
<tr><td>row 1a</td><td>row 1b</td></tr>
<tr><td>row 2a</td><td>row 2b</td></tr>
<tr><td>row 3a</td><td>row 3b</td></tr>
<tr><td>row 4a</td><td>row 4b</td></tr>
<tr><td>row 5a</td><td>row 5b</td></tr>
</table>
</td>
<td>
<table border="1">
<tr><td>row 1a</td><td>row 1b</td></tr>
<tr><td>row 2a</td><td>row 2b</td></tr>
<tr><td>row 3a</td><td>row 3b</td></tr>
<tr><td>row 4a</td><td>row 4b</td></tr>
<tr><td>row 5a</td><td>row 5b</td></tr>
<tr><td>row 6a</td><td>row 6b</td></tr>
<tr><td>row 7a</td><td>row 7b</td></tr>
<tr><td>row 8a</td><td>row 8b</td></tr>
<tr><td>row 9a</td><td>row 9b</td></tr>
<tr><td>row 10a</td><td>row 10b</td></tr>
</table>
</td></TR>
</table>
--
Inger Helene Falch-Jacobsen
http://home.online.no/~ingerfaj/