Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Greetings....

In Filemaker I have a "Text" field named "graphic"

The text inside that field is this:

<img src="http://www.website.com/images/sun.gif">

In my CDML page, to call the above field I have this:

[FMP-image: graphic]

My resulting page shows the graphic successfully, however it also shows this code with the graphic:

FMPro?-db=wx.fp5&key=

Any ideas would be very helpful.

Kerry

Posted

You misunderstant the CDML. The FMP-Image tag is used to display the contects of container fields. You don't have a container field.

Your field is a text field that contains html code that links to an image. You should be using [FMP-Field: graphic, raw] where raw forces web companion to render the field contents unencoded.

This topic is 8562 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.