Hello FP-ers,
I am working on FP 5.1 for web. You have helped me twice already on this
very same project with bullets and color tags. Now I am back. I created
codes to input the bullet seperator in a different color than the text
between fields on my business cards. The code gets a little tricky on the
phone number line, since there are 3 to 4 variations, but the address line
is pretty straight forward so I will include that below.
The issue I am having is that when I output my imposed file on dashboard
to go to plate (traditional 2-color press) all of the blue ink that comes
after the bullet is converted to CMYK. So, once the yellow is called up,
then </color> for ending the yellow, it goes back to blue, but in CMYK rather
than
spot. Every else on the card is the appropriate spot color of blue. In my
colors in advanced options, there is only black, yellow, blue and white. I
should also note - I double checked my output PDF from composing and it
has the same issue, so it is on the FP end.
The code for the address line rule is:
var lineOut = "";
if (Field("Address") != "")
lineOut += (Field("Address"));
if (Field("City") != "")
{
if (lineOut != "")
{
lineOut += " " + "<color name=\"PANTONE 143\"> • </color>" +
" " + (Field("City")) + ", " + (Field("State"))
+ " " + (Field("Zip"));
}
else {
lineOut += (Field("City")) + ", " + (Field("State")) + " " +
(Field("Zip"));
}}
return lineOut;
Thanks for any help.
Gail
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
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
--