Users Pricing

forum

Home Forums Putting controls on a line – MindStick

Putting controls on a line

Anonymous User 1908 17 Nov 2014

I have two lable and two textbox and i want put those control on a line without position absolute 

        <div id="divtxtuser" >
            <asp:TextBox CssClass="txt" ID="txtUser" runat="server"></asp:TextBox>
        </div>
        <div id="divlblpass" >
            <asp:Label CssClass="lbl" ID="lblPass" runat="server"></asp:Label>
        </div>
        <div id="divtxtpass">
            <asp:TextBox runat="server" CssClass="txt" ID="txtPass"></asp:TextBox>
        </div>


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md