q: textbox Alignment

K

Ken Cox [Microsoft MVP]

Hi Jim,

What are you trying to align? The text inside the box or the box itself?
 
J

Juan T. Llibre

<asp:Textbox id="Textbox1" style="TEXT-ALIGN: right" runat="server" Text=" Text1 "></asp:Textbox>
<asp:Textbox id="Textbox2" style="TEXT-ALIGN: center" runat="server" Text=" Text2 "></asp:Textbox>
 
G

Guest

is it possible to set this in properties window?

Juan T. Llibre said:
<asp:Textbox id="Textbox1" style="TEXT-ALIGN: right" runat="server" Text=" Text1 "></asp:Textbox>
<asp:Textbox id="Textbox2" style="TEXT-ALIGN: center" runat="server" Text=" Text2 "></asp:Textbox>
 
J

Juan T. Llibre

You *could* create a CSS stylesheet, and set it there.

The stylesheet would be available in the IDE,
via the CssClass property.
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top