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
You can use the element, which allows for styling (and text-wrapping).
Only problem with that is that if you have multiple button elements on the same page, you will potentially run into issues with IE6 passing name/value pairs to the server incorrectly.