> Hi, does anybody know how to set a page break within a
> textarea tag? I think I have the syntax incorrect using
> Chr(13).
There's no such thing as a page break in a TEXTAREA. If you want a line
break, you can use a carriage return and line feed:
<CFSET CrLf = Chr(13) & Chr(10)>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.