V
VB Programmer
I have a SIMPLE table. I'm constraining it's width to 70px. The problem is
that the cell is NOT wrapping when I type. Any ideas?
Here's the simple html...
<form id="form1" runat="server">
<div>
<table style="width: 70px">
<tr>
<td>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
</td>
</tr>
</table>
</div>
</form>
When I view the page in Design view or preview the page I have to use the
horizonal scroll bar. Thanks...
that the cell is NOT wrapping when I type. Any ideas?
Here's the simple html...
<form id="form1" runat="server">
<div>
<table style="width: 70px">
<tr>
<td>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
</td>
</tr>
</table>
</div>
</form>
When I view the page in Design view or preview the page I have to use the
horizonal scroll bar. Thanks...