Hello Shane,
You first need to have the bold version of the font on your system. Then you 
will modify your logic using tags.
Make sure you have your return tagged text checkbox turned on in your rule. And 
keep in mind that double quotes within another set of double quotes should be 
replaced to single quotes on the outter most ends. You shouldn't need the span 
tags either normally, but they shouldn't hurt. See if this helps:

if (Field("Fax") == "")
        return "";
else
   return "<span>" + '<f name="Arial Bold">'+ 'Fax : '  + Field("Fax") + 
"</f></span>";

-Alex

-----Original Message-----
From: Shane Gillies [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 11, 2007 11:40 AM
To: FusionPro Users Forum
Subject: [fusionpro] Creating a bold label


Does anyone know how to make a label, such as "Fax:" or "Phone:" bold? 
I am trying to use the FP Hide Label rule as seen below:
if (Field("Fax") == "")
        return "";
else
        return 'Fax: '+Field("Fax");

Thanks!
Shane Gillies
Design Consultant

The Allegan Group
136 Brady Street
Allegan, MI 49010
269.673.5476
Fx 269.673.7329
www.allegangroup.com

concept | marketing | design | print | mailing


+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- 
Calling all FP Web Users!

Do you have a question or lots of knowledge to share about FusionPro Web?

If so, join our Printable Web to Print Users' Forum today!

Send email to [EMAIL PROTECTED] to find out how! 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


--
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
--


+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Calling all FP Web Users!

Do you have a question or lots of knowledge to share about FusionPro Web?

If so, join our Printable Web to Print Users' Forum today!

Send email to [EMAIL PROTECTED] to find out how!
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


--
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
--

Reply via email to