Jump to content

text resource and graphic


marcalew

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...