Lelouch
17 Sep 2007, 03:42 PM
I am using this code in my page
<body>
<table>
<tr><td colspan="5">Header</td></tr>
<tr>
<td rowspan="2">Left Panel<br />lp1<br />lp2<br />lp3</td>
<td>Top panel1</td>
<td>Top panel2</td>
<td>Top panel3</td>
<td>Top panel4</td>
</tr>
<tr>
<td>Main contents</td>
</tr>
</table>
</body>
Where is the problem??
The problem is that when i set (Top panel#) height into a specific value, and the main contents section contains one or two lines only (left panel is longer), the height value doesnt work... why is that??
thanks
<body>
<table>
<tr><td colspan="5">Header</td></tr>
<tr>
<td rowspan="2">Left Panel<br />lp1<br />lp2<br />lp3</td>
<td>Top panel1</td>
<td>Top panel2</td>
<td>Top panel3</td>
<td>Top panel4</td>
</tr>
<tr>
<td>Main contents</td>
</tr>
</table>
</body>
Where is the problem??
The problem is that when i set (Top panel#) height into a specific value, and the main contents section contains one or two lines only (left panel is longer), the height value doesnt work... why is that??
thanks