Answered
page break after specific legth
My users are entering responses into to a textarea which is
submitted to my database. Then I'm displaying the text using
CFPROCESSINGDIRECTIVE suppresswhitespace="no" so the white space is
displayed. But now its expanding my table too far when people don't
use a return.
Is there a way to put a return in a sentence after a specified length? which would be the length of my table width.
I'm trying to preserve the spacing the user inputs but restrict the sentence length with out a return.
Any help is greatly appreciated
Is there a way to put a return in a sentence after a specified length? which would be the length of my table width.
I'm trying to preserve the spacing the user inputs but restrict the sentence length with out a return.
Any help is greatly appreciated