AngelBenitez Posted June 16 Share Posted June 16 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? Quote Link to comment Share on other sites More sharing options...
dreimer Posted June 16 Share Posted June 16 Did you try the inline graphic? Quote Link to comment Share on other sites More sharing options...
AngelBenitez Posted June 16 Author Share Posted June 16 (edited) Hello @dreimer, I have not; how would I go about doing that? Edited June 16 by AngelBenitez Quote Link to comment Share on other sites More sharing options...
AngelBenitez Posted June 20 Author Share Posted June 20 Hello @dreimer, Do you, by any chance have an update on how I can do the inline graphic? I found an old forum discussing doing it, but it seems outdated. Inline Graphic Forum Quote Link to comment Share on other sites More sharing options...
ThomasLewis Posted June 20 Share Posted June 20 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. Quote Link to comment Share on other sites More sharing options...
AngelBenitez Posted June 21 Author Share Posted June 21 @ThomasLewis, thank you for your response. Is it possible to do this and include a rule on the graphic? I want the graphic to show only if they indicate that they want the logo included. Quote Link to comment Share on other sites More sharing options...
ThomasLewis Posted June 21 Share Posted June 21 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>'; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.