bullet? on textarea?
you can translate the chr(13) which is ENTER (linefeed) to <BR> by using
ReplaceNoCase(textareafieldname,chr(13),"<BR>","all")

I belive you can manage from here.

Thanks,

Michael Lugassy
Interactive Music Ltd.
http://www.imvamp.com
[EMAIL PROTECTED]




----- Original Message -----
From: "Heidi Belal" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 11:52 AM
Subject: textarea


> Hi all,
> I've got a form which has a text area for people to
> fill in.  Then the next page displays the information
> they entered.  What i want to do is save the
> information the people entered but in the same format.
>  So for example, if the information entered is in
> bullet format, each on a separate line.  I want it to
> display that way, each bullet on a separate line.  Is
> that possible? and how?
>
> =====
> Heidi Belal
> ICQ# 32127109
> http://m3.easyspace.com/hmbelal
>
> A bus stops at a bus station.
> A train stops at a train station.  On my desk
> I have a work station...
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to