ibiubu Posted September 20, 2002 Posted September 20, 2002 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
Garry Claridge Posted September 20, 2002 Posted September 20, 2002 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
Anatoli Posted September 20, 2002 Posted September 20, 2002 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now