dbajaj
01-11-2007, 09:57 AM
Hi All,
I have got a task which was done in table tags which i will explain below:
<table width=100% (always)>
<tr>
<td>
<table align= center/left/right) width=(100%/50%/)>
<tr>
<td> test1 </td>
<td> put td tag in loop</td>
</tr>
</table>
</tr>
</td>
</table>
Now to explain this, when user choose inner table value as stretch to 100%, the content is shows as
|a b c|
when center and stretched
content is shown
| abc |
my question is how to handle such situation in DIV tags
becoz the moment we stretch the DIV tag to 100%, the content does not move where as in table case the data will scatter the moment it is made 10% to 100%.
hope the question would be clear, expect reply soon from all, thanks.
I have got a task which was done in table tags which i will explain below:
<table width=100% (always)>
<tr>
<td>
<table align= center/left/right) width=(100%/50%/)>
<tr>
<td> test1 </td>
<td> put td tag in loop</td>
</tr>
</table>
</tr>
</td>
</table>
Now to explain this, when user choose inner table value as stretch to 100%, the content is shows as
|a b c|
when center and stretched
content is shown
| abc |
my question is how to handle such situation in DIV tags
becoz the moment we stretch the DIV tag to 100%, the content does not move where as in table case the data will scatter the moment it is made 10% to 100%.
hope the question would be clear, expect reply soon from all, thanks.