marcalew Posted October 22, 2008 Share Posted October 22, 2008 I am making a variable letter and I am trying to get the letter and the image signature to run together in a rule but when I put them together the text resource does not show. Here is the code: if (Field("letterType") == "cc") { return Resource("TextCC") + '<br>' + '<graphic file="' + 'LauraAlber'+ '.jpg" width=7200 height=7200>'; } else return Resource("TextOther"); So when I hit preview the image displays but the text resource does not show. Any help would be great Link to comment Share on other sites More sharing options...
kjacobson Posted October 22, 2008 Share Posted October 22, 2008 Try putting this as the resource instead Resource("TextCC").content Link to comment Share on other sites More sharing options...
marcalew Posted October 22, 2008 Author Share Posted October 22, 2008 Thanks but my image still does not show? Link to comment Share on other sites More sharing options...
marcalew Posted October 22, 2008 Author Share Posted October 22, 2008 No, that works thank you!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.