How do I align a label so it is positioned right in front of a dropdownlist in asp

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:" /> &nbsp;
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
....

//Tony
 
L

Lee

You need to add a little more info to render you any help.

Like: What do you mean by " centered in front of"?

In just running your code "as is" it appeared as"

Maker: [This is the dropdown[\/]]

What do you want to see?

L. Lee Saunders
http://oldschooldotnet.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top