T
Tony Johansson
Hello!
Here is some code and I wonder how do I positioned the Label centered in
front of the dropdownlist ?
body>
<form id="form1" runat="server">
<div>
<!--Page Header -->
<h3 style="text-align: center">This Page is where you Add/Delete/Update
the Digital camera product </h3> <br />
<asp:Label ID="Label3" runat="server" Text="Maker:" />
<aspropDownList ID="DropDownList1" runat="server">
</aspropDownList>
....
//Tony
Here is some code and I wonder how do I positioned the Label centered in
front of the dropdownlist ?
body>
<form id="form1" runat="server">
<div>
<!--Page Header -->
<h3 style="text-align: center">This Page is where you Add/Delete/Update
the Digital camera product </h3> <br />
<asp:Label ID="Label3" runat="server" Text="Maker:" />
<aspropDownList ID="DropDownList1" runat="server">
</aspropDownList>
....
//Tony