|
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.
|