If you are inserting the value into a database and want to retreive the same 
formatting you ca use this using list ..
<CFIF IsDefined("FORM.txt_resume")>
<cfset cr=chr(13)>
<cfset myresume=#Replacelist(FORM.txt_resume, cr, "<BR>")#>
</CFIF>

 
--

On Wed, 25 Apr 2001 19:02:31  
 Christine Kelley wrote:
>Hi all!
>  Is there a custom tag that has a textarea that will 
>accept formatting?  Example...there is a textarea now where 
>people can enter their resumes, but all the formatting 
>(spacing) gets lost due to the ignoring of white space. 
>People just like to copy their resumes from Word and paste 
>them into the field. The field should just accept regular 
>text (not HTML). I've looked in to EWebEditPro, but I 
>believe there is a limit on how many people can use it at 
>once (unless an unlimited user license is 
>bought...expensive). Any ideas?
>
>    Any help is greatly appreciated :)
>                  Christine
>
>
>

>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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