This topic is locked

word wrap

12/14/2005 11:05:27 AM
ASPRunnerPro General questions
bnphillips author

It seems that certain characters, ","; ";", "-" cause words to wrap in a column. Is there away to avoid this?

I usually use the selection " show only the first ___ characters" I normally set this at 20.
Thank you in advance

-bnp

Sergey Kornilov admin 12/15/2005

Hi,
word wrapping is handled by browser, so there is no way to tune it.

However you can completely deny word wrapping for certain fields by modifying ..._list.asp file.

Locate these lines inside loopRs sub

<TD ...>



and modify them this way:

<TD nowrap ...>

bnphillips author 12/17/2005

Hi,

word wrapping is handled by browser, so there is no way to tune it.

However you can completely deny word wrapping for certain fields by modifying ..._list.asp file.

Locate these lines inside loopRs sub
and modify them this way:


works like a charm... thank you again

-bnp