5
I’m making a basic calculator and on the calculation screen, I want the numbers to be "printed" from right to left. How can I do this?
5
I’m making a basic calculator and on the calculation screen, I want the numbers to be "printed" from right to left. How can I do this?
4
Use:
text-align: right;
and ready! rsrsrsrsrsrsr...
Reply given in comment by @bfavaretto
rsrsrsrsrs...
I don’t think it’s fair to vote against this answer because I’ve commented on the same thing before. I intentionally gave up posting an answer, so whoever voted against for that reason, consider reversing the vote.
Browser other questions tagged javascript jquery html html5
You are not signed in. Login or sign up in order to post.
text-align: right;
doesn’t solve?– bfavaretto
I can’t believe I wasted time hitting myself with this. I tried other ways and nothing. That’s right, DONE, thanks!
– GtGtGt
@bfavaretto you can add that as an answer...
– Sergio
@bfavaretto This is a guy who didn’t come into the world by votes! What benevolence! = D
– Miguel Angelo
All right, votes go to Jedaias. Good deed of the day :)
– bfavaretto