It is always interesting to see how
Lotus Domino translates client settings into HTML for a browser. On of
the more quaint conversion is about word wrapping in views.
As you probably know Domino translates
views into HTML tables. Giving the attribute
<td nowrap>
prevents the browser from wrapping text in a table cell. Specially with
longer text tables with this setting tends to become quite wide. So this
setting should be used wisely.
Unfortunately Domino uses this setting
for every new view while rendering in a browser.
After some trial and error I found the
option to control this setting.
"Shrink rows to content".
If this option is activated the nowrap statement is no longer
used for the HTML rendering.