oopaevah@yahoo.co.uk (Gaz):
[color=blue]
>Hi,
>
>I need to have a table nested within another table. The tables are
>alongside each other visually speaking, and the nested table (on the
>right) can vary in size. My problem is that when the nested table has
>more rows than the first table, the first table (on the left) pads out
>its rows so that the table matches the height of the nested table.
>
>I don't want this it happen.. I just want the nested table to be
>longer than the first table. Anybody have any ideas??
>
>Gaz.
>
>Here's a quick example of the problem :
>[/color]
[ cut problem ]
New source:
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Table test</title>
<link href="Style Sheets\Ideal.css" type="text/css"
rel="stylesheet">
</head>
<body id="MyBody">
<table border="1">
<tr>
<td>
<table border="1">
<tr><td>TABLE TEST :Line number 1</td></tr>
<tr><td>TABLE TEST :Line number 2</td></tr>
<tr><td>TABLE TEST :Line number 3</td></tr>
<tr><td>TABLE TEST :Line number 4</td></tr>
<tr><td>TABLE TEST :Line number 5</td></tr>
<tr><td>TABLE TEST :Line number 6</td></tr>
<tr><td>TABLE TEST :Line number 7</td></tr>
<tr><td>TABLE TEST :Line number 8</td></tr>
<tr><td>TABLE TEST :Line number 9</td></tr>
<tr><td>TABLE TEST :Line number 10</td></tr>
<tr><td>TABLE TEST :Line number 11</td></tr>
<tr><td>TABLE TEST :Line number 12</td></tr>
</table>
</td>
<td>
<table border="1">
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
<tr><td>Insert Table Line 1</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
John OO
--
<http://webcel.nl/>
<http://www.webcel.nl/bayshop/shop/bayshop.html>
"Time is what prevents everything from happening at once"
- John Archibald Wheeler -