Jump to content

AndyB

Members
  • Posts

    1
  • Joined

  • Last visited

AndyB's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, I have a rule that selects a graphic resource depending on the name in the field. And this rule is placed into a formatted text resource as an "inline graphic". This works fine but the graphic ends up being too small. Is there any way to change the size of the inline graphic? It's basically a variable signature that is at the end of a variable letter. It needs to be an inline graphic as not all the letters have the same length and the signature needs to move up and down accordingly. Below I have included the rule javascript. switch (Field("sender").toLowerCase()) { case "Aneesa Din".toLowerCase(): return Resource("Aneesa Din"); case "Barbara Merz".toLowerCase(): return Resource("Barbara Merz"); case "Frances Cifrino".toLowerCase(): return Resource("Fran Cifrino"); case "Jeremiah Haruna".toLowerCase(): return Resource("Jerry Haruna"); case "Lois Quam".toLowerCase(): return Resource("Lois Quan"); default: return NullResource(); }
×
×
  • Create New...