Wrap text within a asp:Button

后端 未结 4 1653
情深已故
情深已故 2020-12-29 09:22

I was using a LinkButton and it had like lot of text in it which made it quite long. This was fine as the LinkButton wrapped the text onto the next line when it ran out of r

4条回答
  •  悲&欢浪女
    2020-12-29 09:56

    You can do that by setting a width and the CSS property white-space: normal:

    This goes in your

    
    

    And your button:

    
    

提交回复
热议问题