How do I set the size of an HTML text box?

前端 未结 11 1780
广开言路
广开言路 2020-12-23 13:00

How do I set the size of an HTML text box?

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 13:32

    Lookout! The width attribute is clipped by the max-width attribute. So I used....

        

    URI

提交回复
热议问题