Hi
I am facing a problem with row span the code is given below. problem is that when i the contents of the right panel increased the first cell dat have menu get unnessary space , i did't know how to get rid of this space due to which i am having problem.
<table height="400" border="1" width="100%" cellpadding="0" cellspacing="0" >
<tr>
<td height="10" width=75% valign="top">
<!-- Menu --->
Menu Here
<!-- /Menu --->
</td>
<td width=25% rowspan="2">
<!--Right Panel-->
br/><br/><br/><br/><br/><br/><br/><br/><br/>
br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</td>
</tr>
<tr>
<td height="400" valign="top">
<div id="contentPage Div"> Contents Display here </div>
</td>
</tr>
</table>
Regards
I am facing a problem with row span the code is given below. problem is that when i the contents of the right panel increased the first cell dat have menu get unnessary space , i did't know how to get rid of this space due to which i am having problem.
<table height="400" border="1" width="100%" cellpadding="0" cellspacing="0" >
<tr>
<td height="10" width=75% valign="top">
<!-- Menu --->
Menu Here
<!-- /Menu --->
</td>
<td width=25% rowspan="2">
<!--Right Panel-->
br/><br/><br/><br/><br/><br/><br/><br/><br/>
br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</td>
</tr>
<tr>
<td height="400" valign="top">
<div id="contentPage Div"> Contents Display here </div>
</td>
</tr>
</table>
Regards
Comment