I have a rich text lite field in a table of fixed width. I don’t want a carriage return inserted on each line when users type into the field and save the document (in the Notes Client).
ie.
I end up with text like this:
THIS IS THE USER TYPED TEXT THIS IS
THE USER TYPED TEXT THIS IS THE USER
TYPED TEXT THIS IS THE USER TYPED
TEXT THIS IS THE USER TYPED TEXT
but I want it without word-wrapping:
THIS IS THE USER-TYPED TEXT THIS IS THE USER-TYPED TEXT THIS IS THE USER-TYPED TEXT THIS IS THE USER-TYPED TEXT THIS IS THE USER-TYPED TEXT
How do I do this? When I click on the “No Wrap” icon of the rich text field it says “Cannot set justification to none within a table”
Note that I still want USERS to define when they want a newline, but I don’t want NOTES adding newlines because it thinks I want the text to be the width of the table.
Thanks.