K
K Viltersten
I've got the code below and i wonder if there's a
smooth way to code the layout for the controls
and the text so that the left edges of the text boxes
are aligned horizontally.
Also, what if i change the size of the boxes (or
put in additional text behind them)? Is it still
possible to align them as i described?
<div>
Some text:<asp:TextBox ID="TextBox1" runat="server">
</asp:TextBox><br />
Some longer text:<asp:TextBox ID="TextBox2" runat="server">
</asp:TextBox>
</div>
smooth way to code the layout for the controls
and the text so that the left edges of the text boxes
are aligned horizontally.
Also, what if i change the size of the boxes (or
put in additional text behind them)? Is it still
possible to align them as i described?
<div>
Some text:<asp:TextBox ID="TextBox1" runat="server">
</asp:TextBox><br />
Some longer text:<asp:TextBox ID="TextBox2" runat="server">
</asp:TextBox>
</div>