C
Chase Preuninger
I have a table with some text boxes and I want to add a caption bellow
that text box but my problem is that the text is causing the table to
expand because I want it to dynamically expand to the size of the
textboxes but I don't want it to do so for the text so that the text
appears to be the same width a the textbox.
<table>
<tr>
<td>Your Name</td>
<td><input type="textbox" size="20"/></td>
</tr>
<tr>
<td/>
<td>This is the text which I want to have wrap and not change
the width of the table.</td>
</tr>
</table>
that text box but my problem is that the text is causing the table to
expand because I want it to dynamically expand to the size of the
textboxes but I don't want it to do so for the text so that the text
appears to be the same width a the textbox.
<table>
<tr>
<td>Your Name</td>
<td><input type="textbox" size="20"/></td>
</tr>
<tr>
<td/>
<td>This is the text which I want to have wrap and not change
the width of the table.</td>
</tr>
</table>