Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1760 How can you format numbers as right-aligned in a text field?

You are here: irt.org | FAQ | JavaScript | Form | 1 | Q1760 [ previous next ]

The property dir="rtl" will right align a text field:

<form>
<input type="text" dir="rtl" />
</form>

Submitted by Joe McDonnell

©2018 Martin Webb