faqts : Computers : Programming : Languages : JavaScript : Forms : TextAreas/TextFields

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

182 of 200 people (91%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How do I align text in a textbox to the right?

Jan 17th, 2008 09:47
Joe Buddy, vempati suresh, Jaime Babino,


<html>
<body>
<form>
<input type="text" style="text-align:right">
</form>
</body>
</html>
There is a simple example of a form with right aligned text here:
http://pepinsolutions.com/mortgagecalculator.php