J
Jeronimo Bertran
I am creating a table and inserting an iframe inside a cell for which
the width depends on the screen size.
The table has 7 columns and the fourth column is resized depeding on the
screen size... here is my complete definition.
<table style="HEIGHT: 472px" cellSpacing="0" cellPadding="0" width="100%"
border="0">
<tr height="1">
<td width="10"></td>
<td width="178"></td>
<td width="16"></td>
<td width="14"></td>
<td></td>
<td width="10"></td>
<td width="11"></td>
</tr>
<tr height="10">
<td width="218" background="Border1.gif" colSpan="4" </td>
<td background="Border2.gif"></td>
<td width="21" background="Border3.gif" colSpan="2"></td>
</tr>
<tr height="16">
<td width="10" background="Border4.gif"></td>
<td width="178" rowSpan="2"></td>
<td width="16" background="Border5.gif"></td>
<td bgColor="white" colSpan="3" rowSpan="2">INSERT POINT</td>
<td width="11" background="images/Border6.gif"></td>
</tr>
<tr>
<td width="10" background="Border4.gif"></td>
<td width="16" background="Border7.gif"></td>
<td width="11" background="Border8.gif"></td>
</tr>
<tr height="25">
<td width="218" background="Border9.gif" colSpan="4"></td>
<td background="Border11.gif"></td>
<td width="21" background="Border12.gif" colSpan="2"></td>
</tr>
</table>
The table works exactly the way I intend it to. Te variable size cell has
a rowspan=2... However, if I replace the text INSERT POINT above with an
IFRAME (or any control for that matter) the columns change their widths.
Any help would be apprecieated.
Jeronimo
the width depends on the screen size.
The table has 7 columns and the fourth column is resized depeding on the
screen size... here is my complete definition.
<table style="HEIGHT: 472px" cellSpacing="0" cellPadding="0" width="100%"
border="0">
<tr height="1">
<td width="10"></td>
<td width="178"></td>
<td width="16"></td>
<td width="14"></td>
<td></td>
<td width="10"></td>
<td width="11"></td>
</tr>
<tr height="10">
<td width="218" background="Border1.gif" colSpan="4" </td>
<td background="Border2.gif"></td>
<td width="21" background="Border3.gif" colSpan="2"></td>
</tr>
<tr height="16">
<td width="10" background="Border4.gif"></td>
<td width="178" rowSpan="2"></td>
<td width="16" background="Border5.gif"></td>
<td bgColor="white" colSpan="3" rowSpan="2">INSERT POINT</td>
<td width="11" background="images/Border6.gif"></td>
</tr>
<tr>
<td width="10" background="Border4.gif"></td>
<td width="16" background="Border7.gif"></td>
<td width="11" background="Border8.gif"></td>
</tr>
<tr height="25">
<td width="218" background="Border9.gif" colSpan="4"></td>
<td background="Border11.gif"></td>
<td width="21" background="Border12.gif" colSpan="2"></td>
</tr>
</table>
The table works exactly the way I intend it to. Te variable size cell has
a rowspan=2... However, if I replace the text INSERT POINT above with an
IFRAME (or any control for that matter) the columns change their widths.
Any help would be apprecieated.
Jeronimo