You could put it inside a table:
<cfoutput>
<table width=100%>
<tr>
        <td>Consultants Email 
        <td>#form.email#
</tr>
<tr>
        <td>There preference 
        <td>#form.choices#<br>
</tr>
<tr>
        <td>Feedback Information 
        <td>#form.feedback#
</table>

That should stop the text wallowing off teh side of the page.
'Cause if its for an e-mail, they need to support HTML e-mail :-)
If they dont - you need to insert a CR char every 76 chars, unless char 76
is a whitespace, in which case go back till you find whitespace. 
I have some perl for that, and aint gonna redo that in CF anytime soon :-)

-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 1:56 PM
To: CF-Talk
Subject: Re: Text box not wrapping


Sorry but you lost me on this:

This is the action page:
<cfoutput>
Consultants Email <br>#form.email#<br>

There preference <br>#form.choices#<br>

Feedback Information <br>#form.feedback#<br>

</cfoutput>
and the feedback is coming from the text area on the form, this whole
shabang gets email to someone, and all I am looking for is to keep
everything tidy. shall we say


THanks
Michael


"Paul Ihrig" <[EMAIL PROTECTED]> wrote in message
1097F6DBC531D2118F180008C7B1682D03A1531C@NBBJCMHEX1">news:1097F6DBC531D2118F180008C7B1682D03A1531C@NBBJCMHEX1...
> Have you tried ParagraphFormat?
>
> <cfoutput>
> # ParagraphFormat(editClass.ClassDescription) #
> </cfoutput>
>
>
> -paul
>
> Web Developer, NBBJ
> Work: [EMAIL PROTECTED]
> 614 241-3534
> fax: 614 485-5534
>
> Home: [EMAIL PROTECTED]
> 614 449-1681
>
> > icq: 47658358
>
>
> -----Original Message-----
> From: Michael [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 07, 2001 4:47 PM
> To: CF-Talk
> Subject: Text box not wrapping
>
>
>     I have a text field value, that on the form, it wraps around and
> everything looks fine, although on the action page, (so people see what
they
> submitted,) it just goes straight off to the right side of the page,  what
> am I missing or forgeting to put in.
>
> TIA
>
> Michael
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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