Align text in text box

  • Thread starter Thread starter acko bogicevic
  • Start date Start date
A

acko bogicevic

Hi
How can I align text in textbox to right, left or center
Thanks
alex
 
IIRC
..... Style="text-align: right;"....
That may be the wrong syntax but you should be able to use a Style tag.
 
You can't. You CAN, however, align text in a div (or Panel control).

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
There is a property called "style" which you have to set

style="text-align:right"

This is what you want...

Regards,

Michelle
 

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

Back
Top