if(|->[MailIntroduction] = "NEPH" and |->[MailGap1_EN] = "Eye")
{
"Your eyes are very IMPORTANT to you."
}
else
{
""
}
The word IMPORTANT needs to be Bold.
Is there a way to have this happen?
Thanks
Add the variables below to your ador then add code below to your variables hope this helps
if(|->[MailIntroduction] = "NEPH" and |->[MailGap1_EN] = "Eye")
{
@{InDesign_Font_Intro} & @{Normal_Arial_Font} & "Your eyes are very" & @{Bold_Arial_Font} & "IMPORTANT& @{Normal_Arial_Font} to you."
}
else
{
""
}
Create 3 Variables
Add The following code to the 3 variables ”InDesign_Font_Intro”
1. "<UNICODE-WIN>\r\n<Version:5><FeatureSet:InDesign-Roman><ParaStyle:NormalParagraphStyle>"
2. "<cTypeface:Regular><cSize:9.000000><cLeading:16.000000><cFont:Arial (OTF)>" NOTE this defines the font and size
3. "<cTypeface:Bold><cSize:50.000000><cLeading:20.000000><cFont:Arial (OTF)>" This Defines Font Bold an Size
This will allow you to control all aspects of your sdesign
Regards,
Tyrone O’Brien
Director | Professional services | Multi-Channel Developer
P: 041 661 4187
From: xmpie...@googlegroups.com [mailto:xmpie...@googlegroups.com] On Behalf Of dal...@viatechpub.com
Sent: Saturday, 11 July 2015 6:06 AM
To: xmpie...@googlegroups.com
Subject: [xmpie-users] Bold type within a Qlogic string
I am needing to bold a word or too within a string in QLogic.
--
You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmpie-users...@googlegroups.com.
To post to this group, send email to xmpie...@googlegroups.com.
Visit this group at http://groups.google.com/group/xmpie-users.
For more options, visit https://groups.google.com/d/optout.
{
"Your eyes are very <strong>IMPORTANT</strong> to you."
}
else
{
""
}
Here is a step by step of how to use GREP in this format
Regards,
Tyrone O’Brien
Director | DM Solutions Specialist
--
You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmpie-users...@googlegroups.com.
To post to this group, send email to xmpie...@googlegroups.com.
Visit this group at https://groups.google.com/group/xmpie-users.
For more options, visit https://groups.google.com/d/optout.
First of all I would take out the <strong> tags as they do nothing for you. All you need is InDesign and the GREP style.
To me this seems like a tag line of some sort so you probably don't have to share the paragraph style with any other text, and in this case you probably don't want to.
Create a paragraph style based on the whole sentence without anything done to the word "Important". Call the paragraph style "tagline" or something you can remember.
Now change the word important to you you want it to look, bold, red, etc...
Highlight the word "Important" and create a new character style based on what you want it to look like, bold, red etc. Call the character style "strong" if you like that.
Now go back to the "tagline" paragraph style and edit it. Go to the section regarding GREP styles and create a new one. In the text box that has d*/ or whatever the default is and type in "Important". Then go down to the style drop down and choose "strong".
Close and you are done with setting up the style. Highlight your text and apply the paragraph style and the word "Important" should change if everything was set up ok.
When your copy changes to anything else, blank or otherwise NOT having the word "Important" in it, it should remain the default paragraph style. Anytime the word "Important" shows up, it gets changed. If you have other words that need changing, like Sale, or Congratulations, just add them after a Pipe | symbol and those words will change too.
cheers,
Bob
--