faqts : Computers : Internet : Web : CSS

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

33 of 40 people (83%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

Is there a way to right align the text/cursor of an input text field?

Mar 27th, 2002 12:25
Ben Gordon, David Colburn,


Yes you can cause text to be right aligned in a text box by adding this 
code to the <input> tag
style="text-align: right;"
<input type="text" value="something" style="text-align: right;">

Not this property is not supported in the forms element by NS 4.xx

Caislander