cesark
Programmer
- Dec 20, 2003
- 621
Hi
I have a problem with a table’s column. I try to move the right limit of the second column to the left (with the visual tools of Dreamweaver) and I can’t. Only I can do it if I erase a table inside the second cell of the second row, if not, that right limit does not exceed of the right limit of the table inside the second cell. How can I move that second column right limit?
The table have 9 rows and 3 columns.
The rows 1, 3, 5 and 7 have the follow structure:
Row 1:
Row 3:
…and nº 5 and 7 like nº 3.
The rows number 2, 4, 6, 8 and 9 have the follow structure:
Thanks
I have a problem with a table’s column. I try to move the right limit of the second column to the left (with the visual tools of Dreamweaver) and I can’t. Only I can do it if I erase a table inside the second cell of the second row, if not, that right limit does not exceed of the right limit of the table inside the second cell. How can I move that second column right limit?
The table have 9 rows and 3 columns.
The rows 1, 3, 5 and 7 have the follow structure:
Row 1:
Code:
<tr>
<td width="53" height="28"> </td>
<td width="293" align="left" valign="bottom"><img src="../Di.gif" width="257" height="20"></td>
<td colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
Code:
<tr>
<td height="30"></td>
<td align="left" valign="bottom"><img src="../Disseny/linea_datosBas_empr.gif" width="257" height="20"></td>
<td colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
The rows number 2, 4, 6, 8 and 9 have the follow structure:
Code:
<tr>
<td height="164"></td>
<td colspan="2" align="left" valign="top"> </td>
<td></td>
</tr>
Thanks