Jump to content
Server Maintenance This Week. ×

FM2HTML plugin


This topic is 8648 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

This topic is 8648 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.