two line labels

I have a list form with some labels indicating column headings. I would like the labels to show on two lines. When I put a carriagereturn in the text property of the label it shows on two lines, but on the form it still shows on one line. How can I show like:

Billing
Responsibility

instead of:

Billing Responsibility

??

just select: html in the text editor.
than you use
to break the line.

What the *&$%#@, You mean I’m going to have to learn HTML TOO!! :lol:
My next stupid question:
OK, so
makes the line break, now how do I suppress the
from showing as well?
A follow up question:
Having changed the text to HTML, the HorizontalAlingnment property no longer shows center or any other setting :cry:

First of all: there are no stupid questions. there are only stupid answers :lol:
only select, the function: use html
if you set the horizontal alignment to center you’ll get this:
see pictures

…or use RTF AREA and use /r as returns.

HTH