Jump to content

Recommended Posts

Posted

Hello,

I am trying to create a template that does the following:

I would like a logo graphic to be on the right side of my user's email address. Since all of my users have different email addresses, and some are longer than others, I make sure to stretch out the frame much further to prevent problems with anyone with a really long email. I want the logo graphic to be just slightly to the right of the email address, regardless of the email length and frame length. Is this possible?

Snag_40d58ba.png

Snag_40d6906.png

Snag_40d7347.png

Snag_40d7b37.png

Posted

That info isn't really outdated. Just make an empty text rule and put something like this:

return '<graphic file="logo.pdf" width=7200>';

Then include the rule on the line in your text frame.

Posted

You can do that in the same rule. I don't know how you are evaluating that but it might be something like this:

if (Field("Include Logo") == "No")
	return "";
else
	return '<graphic file="logo.pdf" width=7200>';

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...