Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I am a little stumped. Simple enough. I have a global container (non-repeating) with an image.

Used the standard [FMP-image:namehere]

But on my web page where the image should now show up, I get a string of text:

FMPro?-db=%40hand.fp5&key=94&-img

Not quite sure what this is. Any thoughts?

LR

Posted

Larry,

You need to embed it into an <img> tag. An example from the "CDML Reference" database:

Syntax example(s)

Display a picture using an HTML file

<img src="[FMP-Image: pictures]">

Link to a picture using an HTML file

<a href="[FMP-Image: pictures]">View the image!</a>


All the best.

Garry

Posted

It is not the best practice to put images served on web directly into FM file.

Much better is to store the full path of image in FM Text field and then display the image from proper Web server like IIS or Apache etc.

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