How do you right-justify text in an HTML textbox?

前端 未结 3 1934
礼貌的吻别
礼貌的吻别 2020-12-29 19:17

I have a need to display many numerical values in columns. These values need to be easily editable so I cannot just display them in a table. I am using textboxes to display

3条回答
  •  梦谈多话
    2020-12-29 20:03

    Apply style="text-align: right" to the input tag. This will allow entry to be right-justified, and (at least in Firefox 3, IE 7 and Safari) will even appear to flow from the right.

提交回复
热议问题