Does anybody know if there is a way to display the text value of an button in HTML on several lines ?
I mean, if you lock the width of the button in the associated CSS
This worked for me (using Chrome, didn't test other browsers):
myButton.Text = "Click \r\n me";