A acko bogicevic Jan 9, 2004 #1 Hi How can I align text in textbox to right, left or center Thanks alex
C Curt_C [MVP] Jan 9, 2004 #2 IIRC ..... Style="text-align: right;".... That may be the wrong syntax but you should be able to use a Style tag.
IIRC ..... Style="text-align: right;".... That may be the wrong syntax but you should be able to use a Style tag.
K Kevin Spencer Jan 9, 2004 #3 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.
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.
M Michelle Stone Jan 9, 2004 #5 There is a property called "style" which you have to set style="text-align:right" This is what you want... Regards, Michelle
There is a property called "style" which you have to set style="text-align:right" This is what you want... Regards, Michelle