How to stop text from wrapping in a form?

J

Jay Freedman

Joey said:
How do I stop the text from wrapping to the next line when typing?

Make a table, and put each form field in a separate cell.

In Table > AutoFit, select Fixed Column Width.

Select the whole table. Then in Table > Table Properties > Row, check the
Specify Height box, set a height, and make it Exact.

If you don't want the table's borders to show, use Format > Borders &
Shading to turn them off.
 
Top