Hello Everyone,
I have a business card that contains a variable text box with all of the
variable information within it aligning centered vertically up and down.
There are several options like (title, dept, cell number) that are
optional. Therefore, when these fields are not used the line will
suppress and all of the text has to again center vertically. I have
successfully set up this part of the template.
The part that I was hoping someone could help me with is that the logo
sits on the text baseline beside the name and therefore also needs to
re-align when the text moves vertically up and down. I'm using the
following rule to insert the logo graphic into the variable text box
beside the name so that the bottom of the logo sits on the baseline with
the name. In the fusion pro rule dialog box the rule is created as a
text rule to allow me to insert it into the variable text box. The rule
is working in that it is successfully inserting the logo. The problem is
that the logo is scaling. Does anyone know how I need to revise this
rule to ensure that the logo is placed into the variable text frame on
the baseline with the name and DOES NOT SCALE???
Thanks in advance for any suggestions.
TextBlock1 = new Array(Field("Name"));
if (Field("Name") =="")
{
return "";
}
else
{
return '<graphic
file="NameBC_movinglogo.eps"><scale="off"><h align="left">';
}
//return '<graphic file="NameBC_movinglogo.eps"><scale="off"><h
align="left">';
--
Nicola DosSantos
Ambit Press / Minuteman Press of Cambridge
Five Cambridge Center
Cambridge, MA 02142
Tel: 617.876.3688
Fax: 617.876.3896
www.ambitpress.com
Please send all jobs to [EMAIL PROTECTED]
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED]
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--
--
Note: All e-mail sent to or from this address will be received or otherwise
recorded by the e-mail recipients of this forum. It is subject to archival,
monitoring or review by, and/or disclosure to someone other than the recipient.
Our privacy policy is posted on www.printplanet.com
--