August 22, 200124 yr 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
August 23, 200124 yr 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.
Create an account or sign in to comment