I use the following code to align the contents of an input text field:
Path <input type="text" value="http://stackoverflow.com/questions" style="text-align: right;">
Problem:
This does not work in case of long text.
Since I am showing the folder path, I am interested in displaying the last folder.
I looked through a lot of posts related to text alignment, but they all advise using "text-align: right".
source share