私の外乱の理由から、これらのテキストボックス、ラベル、ボタンを自分自身の間にかなりの線の中に置く必要があります。 あなたの中には、CSSで簡単にやっているかもしれないので、私を助けてください:DHTML/CSS表示素敵なやり方の要素
私はそれについて読むことができる参考文献もいいですね。
追加情報: ウェブサイトは、ASP.NETに基づいて
EDIT1:
<asp:RadioButtonList ID="radioListRight" runat="server" AutoPostBack="True" RepeatDirection="Horizontal" >
<asp:ListItem>Recht hinzufuegen</asp:ListItem>
<asp:ListItem>Recht entfernen</asp:ListItem>
</asp:RadioButtonList>
<asp:Label ID="LabelError" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="Red"></asp:Label>
<br />
Projekt: <asp:DropDownList ID="comboProj" runat="server" AutoPostBack="True" Width="140px" Visible="False">
</asp:DropDownList><br />
Teilprojekt: <asp:DropDownList ID="ComboTP" runat="server" Width="136px" Visible="False">
</asp:DropDownList>
<asp:Button ID="btnAddTP" runat="server" Text="Hinzufügen" Visible="False" />
<br />
<asp:ListBox ID="ListBoxTP" runat="server" Height="164px" Width="422px" Visible="False"></asp:ListBox><br />
Art der Berechtigungen:
<asp:DropDownList ID="comboBerechtigungsArt" runat="server" Visible="False" AutoPostBack="True">
<asp:ListItem>Auswählen...</asp:ListItem>
<asp:ListItem Value="CHECK-IN/CHECK-OUT"></asp:ListItem>
<asp:ListItem>CHECK-OUT</asp:ListItem>
<asp:ListItem>CHECK-IN</asp:ListItem>
</asp:DropDownList><br />
Berechtigungen eintragen für <asp:TextBox ID="TextBoxUser" runat="server" Width="151px" placeholder="HendrikHeim" Visible="False"></asp:TextBox>
<asp:Button ID="btnAddUser" runat="server" Text="Hinzufügen" Visible="False" />
<br />
<asp:Label ID="labelEmail" runat="server" Text="EMail"></asp:Label>
コードを表示してください!このリンクを確認してください - http://www.w3schools.com/css/css_form.asp – Pugazh
完了しました。それは役に立ちますか? –
まず助けを求める前にお試しください。 cssのFlexboxは使いやすく、理解しやすいです。 Flexbox Guideこのガイドはよく文書化されています。だから、あなたはそれを簡単に理解するでしょう。それを30分読むことを試みなさい。それで、あなたがレイアウトするのは簡単です。 –