Multiple Text Lines on a Button

Is it possible to have multiple text lines on a button?

Sure, just use HTML formatting in your button’s text, like this:

<HTML>This is line 1<BR>This is line 2

Hope this helps,