The simplest way to create a multi-line paragraph is to use a textarea with transparent borders and the read-only setting. To do this:
-
Add a new textarea control and add your text inside it.
-
Click Appearance on the menu bar to open the Appearance Editor
-
Hover over the textarea to display the Express mode toolbar, then click the pencil icon to open the Advanced mode panel.
-
Set the border style to None.
-
To hide scroll bars, set the
Overflow
property toHidden
, and make sure that the textarea is large enough to display the entire text. -
Save the changes, then close the Appearance Editor by clicking Appearance on the menu bar.
-
Hover over the textarea and click the pencil icon to open the Settings panel.
-
Add the custom attribute with
Name=readonly
andValue=readonly
, then save.