pelegk1
12-17-2003, 07:59 AM
i have a table with few row's
between every row i have a row with a div
that when a user presses on a button
into the div i write another table ith the same number of columns!
the problem is that the structure on the screen is that
the table in the div smaller and the width of each td isnt like the main table td's width
the table is something like this :
<table>
<tr>
<td>aaa</td>
<td>bbb</td>
<td>ccc</td><td>ddd</td>
</tr>
<tr>
<td>123</td>
<td>23453245</td>
<td>c1234</td><td>123412</td>
</tr>
<tr>
<td colspan='8'><div id='div1'></div></td></tr>
tr>
<td>12wqerrq3</td>
<td>23rqwerq453245</td>
<td>c12rwqrq34</td><td>rqwrqqrwe</td>
</tr>
</table>
and so on
so what is the problem?
thanks in advance
peleg
between every row i have a row with a div
that when a user presses on a button
into the div i write another table ith the same number of columns!
the problem is that the structure on the screen is that
the table in the div smaller and the width of each td isnt like the main table td's width
the table is something like this :
<table>
<tr>
<td>aaa</td>
<td>bbb</td>
<td>ccc</td><td>ddd</td>
</tr>
<tr>
<td>123</td>
<td>23453245</td>
<td>c1234</td><td>123412</td>
</tr>
<tr>
<td colspan='8'><div id='div1'></div></td></tr>
tr>
<td>12wqerrq3</td>
<td>23rqwerq453245</td>
<td>c12rwqrq34</td><td>rqwrqqrwe</td>
</tr>
</table>
and so on
so what is the problem?
thanks in advance
peleg