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

前端 未结 3 1927
礼貌的吻别
礼貌的吻别 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 19:45

    Using inline styles:

    
    

    or, put it in a style sheet, like so:

    
    

    and reference the class:

    
    

提交回复
热议问题