September 4, 200025 yr Newbies I want to be able to print (to web/html) a large formatted textfield. I have no problem with the small fields, but this large one comes as one whole string. In Web Companion this field comes out allright*. I tried the <PRE>-tag, but it didn
September 6, 200025 yr I guess you must be uing custom format files rather than instant... In the custom html file, check the [FMP-Field] cdml tag for the large text field. The field cdml tag has four encoding options: [FMP-Field: fieldname, encoding] Raw - don't perform encoding URL - url encosing HTML - (default) html encoding Break - perform html encoding and replace soft returns with <br> One of these encoding options will do what you want. For instance, of you have html code in your field you *don't* want web companion to any encoding, so your field would be... [FMP-Field: bigtextfield, raw]
Create an account or sign in to comment