Newbies cREX Posted September 4, 2000 Newbies Posted September 4, 2000 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
Vaughan Posted September 6, 2000 Posted September 6, 2000 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]
Recommended Posts
This topic is 8935 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now