Jump to content

Inline Graphic Issue


ProspectComm

Recommended Posts

  • 2 weeks later...
You need to create a rule with the name of the variable you're placing into the Text Editor for the Formatted Text Resource (or just for a text frame's contents), and have it return a <graphic> tag. Please see the Cell Phone Tutorial job for an example of this.
Link to comment
Share on other sites

I did figure out how to do it as a text resource.

Coded it like this: return '<graphic file="/Users/prepress2/Desktop/799-6687/signature.jpg">'

I think you mean a text rule, not a text resource.

 

Note that you can return the tagging for an actual Graphic Resource from your text rule using the content property, like so:

return Resource("signature.jpg").content;

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...