How can i align the text to right side in Textbox in Javascript.... ??? By default it is left-align -


my problem couldn't align text in textbox right side...

generally kind of align used in calculator... digits align right side...

i want in html using javascript....

<input type="text" style="text-align: right" />

should work.

other interesting attributes are: direction:rtl;unicode-bidi:bidi-override;


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -