Subject: Align text
Posted By: acko Post Date: 1/9/2004 8:14:25 AM
Hi
How can I align text in textbox to right, left or center
Thanks
alex
Reply By: stu9820 Reply Date: 1/9/2004 8:29:38 AM
Do you want the text inside the textbox aligned or the textbox itself?

Reply By: Imar Reply Date: 1/9/2004 9:21:31 AM
Hi there,

You can use the CSS style text-align and set it to right:
<input type="text" name="txtTest" value="I am right-aligned"
      style="text-align: right; width: 200px;">
Cheers,


Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.

Go to topic 8173

Return to index page 972
Return to index page 971
Return to index page 970
Return to index page 969
Return to index page 968
Return to index page 967
Return to index page 966
Return to index page 965
Return to index page 964
Return to index page 963