Page 1 of 1

10.3 - Word wrap in Author view?

Posted: Wed Jul 01, 2009 5:08 am
by strivinglife
Maybe I'm missing the option, but there doesn't appear to be a way to turn on word wrap while in Author view (or Text view).

Is this currently an option? If not, can there be an option to turn it on/off in Author view and potentially Text view?

~James

Re: 10.3 - Word wrap in Author view?

Posted: Wed Jul 01, 2009 8:47 am
by Radu
Hi James,

For the Text page you can turn on word wrap from the Oxygen Editor/Pages/Text preferences page using the Line Wrap checkbox.

For the Author page word wrap should be the default behavior as the text is automatically wrapped to fit the visible width.
This does not happen if you have large tables or the text is inside elements which have the xml:space='preserve' attribute set or are defined as space-preserve in the CSS file.

If you have in your CSS file elements with the property whitespace set to pre you can use the pre-wrap value for it like:

Code: Select all


element{
white-space:pre-wrap;
}
Regards,
Radu