drdigital9 Posted August 22, 2001 Posted August 22, 2001 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
Vaughan Posted August 23, 2001 Posted August 23, 2001 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.
Recommended Posts
This topic is 8761 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