I may need to "copy and paste" the text string into another form field. 
Putting in extra ascii characters (like a line break) may screw things 
up because of the way the text is later processed.

apparently, <pre> does not work with <textarea> ...

On 11/23/2010 10:29 AM, Justin Scott wrote:
>> It looks like one long text string and when displayed, it is
>> a jumble because it just seems to wrap whereever.
> You could use the "pre" HTML tag and ensure that the output has the proper
> spacing and line breaks (ASCII character 10) in the right places and the
> browser will output it as it appears in the code in a mono-space font such
> as Times New Roman.  You can use CSS to adjust the output as needed.
>
>
> -Justin
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339464
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to