thanks Charlie...another option that works as well. -----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 06, 2007 11:01 AM To: CF-Talk Subject: Re: OT: easy html wrap question
i don't understand the "without being bunched up" part. you -do- want the carriage returns? try #replace(get.specifications, chr(13)&chr(10), '<br />', 'all')# On Dec 6, 2007 7:22 AM, Orlini, Robert <[EMAIL PROTECTED]> wrote: > How do I have a textarea keep the carriage returns so the data will display > properly without being bunched up? > > Right now I have it displaying as: > > <tr> > <td align="right" bgcolor="##E5E5E5"> </td> > <td bgcolor="##E5E5E5"> <small><font face="Verdana"> > #get.specifications# </font></small></td> > </tr> > > and the intial input field as: > > <textarea rows="4" cols="40" name="Specifications" size="25" > wrap="hard">#get.Specifications#</textarea > > It displays as: > > With a forwarding rate of up to 240- Mpps distributed and 480-Gbps total > throughput, the Cisco 7606 provides performance and reliability with options > for redundant route processors and power supplies. The inclusion of two > Gigabit Ethernet ports on the Cisco Catalyst(R) 6500 Supervisor Engine 720 > with the Multilayer Switch Feature Card 3 (MSFC-3) or the new Cisco Route > Switch Processor 720 (RSP 720) with the MSFC-4 used in the Cisco 7606 > eliminates the need for a line-card slot for uplink ports. The result of this > design is more efficient use of available line-card slots and increased > > Thanks. > > RO > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294321 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

