September 20, 200223 yr 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
September 20, 200223 yr 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
September 20, 200223 yr 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.
Create an account or sign in to comment