Page 1 of 1

Adding lines of text to text field

Posted: Sun Mar 09, 2008 6:33 pm
by Nomi
I'm fairly new to Revolution, so I suspect this is an easy thing to fix, but I'm having no luck with it :)

I have a text field, where I want to put a line of text. That works great. Now I want to go down one line and add another line of text etc.

I can't seem to figure out how to add a line feed when adding a line of text.

Any help would be great :)

- Noel

Posted: Sun Mar 09, 2008 6:52 pm
by BvG
try this:

Code: Select all

put return & "new line" after field 1

Posted: Sun Mar 09, 2008 6:57 pm
by Nomi
Perfect!

I knew it was something simple :)

Thanks!

- Noel