tuka
01-31-2007, 12:06 PM
Hi all,
I have a 3x3 rowspanned table and I am having a difficult time controlling the height of the first row where the 1st cell (r1c1) is part of the rowpanned cell.
The rowspan covers r1c1-r2c1.
I have tried playing with the height parameter of the td, the tr tags (icluding using the styles) to no effect. I am using ie7 and Firefox.
Any tip on how to workaround this ?
TIA
Tuka
I have included the html script below (I left the height parameters for calrity on my intention).
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" height="10" rowspan="2"><img src="myaccount.jpg" width="100" height="100" /></td>
<td width="47%" height="10" style="height:5px">row 1</td>
<td width="33%" height="10">row 1</td>
</tr>
<tr>
<td height="23">row 2</td>
<td>row 2</td>
</tr>
<tr>
<td>row 3</td>
<td>row 3</td>
<td>row 3</td>
</tr>
</table>
I have a 3x3 rowspanned table and I am having a difficult time controlling the height of the first row where the 1st cell (r1c1) is part of the rowpanned cell.
The rowspan covers r1c1-r2c1.
I have tried playing with the height parameter of the td, the tr tags (icluding using the styles) to no effect. I am using ie7 and Firefox.
Any tip on how to workaround this ?
TIA
Tuka
I have included the html script below (I left the height parameters for calrity on my intention).
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" height="10" rowspan="2"><img src="myaccount.jpg" width="100" height="100" /></td>
<td width="47%" height="10" style="height:5px">row 1</td>
<td width="33%" height="10">row 1</td>
</tr>
<tr>
<td height="23">row 2</td>
<td>row 2</td>
</tr>
<tr>
<td>row 3</td>
<td>row 3</td>
<td>row 3</td>
</tr>
</table>