FYI Stuart, you can also use a PAIR of double quotes in a CF string to
represent a quote.

In your case:
<cfset MessageAlert = MessageAlert & "<font color=""red"">Number of
Bedrooms</font> must have a value.<br>">

Jevo
-----Original Message-----
From: Stuart Kidd [mailto:[EMAIL PROTECTED]
Sent: Monday, February 23, 2004 9:12 AM
To: CF-Talk
Subject: RE: basic CFSET, CFTRY and CFCATCH probs.

Thanks Greg, that's done it... just made them single ones.

---------- Original Message ----------------------------------
From: "Greg Luce" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Mon, 23 Feb 2004 12:04:44 -0500

>Stuart,
> It's the double quotes on the color attribute in your font tags
>that's ending the set value too soon. Just leave out the quotes and try.
>
>Greg
>
>-----Original Message-----
>From: Stuart Kidd [mailto:[EMAIL PROTECTED]
>Sent: Monday, February 23, 2004 11:59 AM
>To: CF-Talk
>Subject: basic CFSET, CFTRY and CFCATCH probs.
>
>
>Hi,
>
>I've a problem with CFSET, i'm trying to have a font color change in one
>of my statements but it doesn't seem to work.  The CFSET is within a
>CFCATCH and CFTRY.
>
><cfset MessageAlert = "<p>The following fields have errors:</p>"> <cfif
>form.PropertyDataCountry is ""><cfset MessageAlert = MessageAlert &
>"Country must have a value.<br>"></cfif> <cfif
>form.PropertyDataNumberofBedrooms is ""><cfset MessageAlert =
>MessageAlert & "<font color="red">Number of Bedrooms</font> must have a
>value.<br>"></cfif>
><cfif form.PropertyDataNumberofBathrooms is ""><cfset MessageAlert =
>MessageAlert & "Number of Bathrooms must have a value.<br>"></cfif>
>
><cfif form.PropertyDataHouseType is ""><cfset MessageAlert =
>MessageAlert & "Type of House must have a value.<br>"></cfif>
>
>
>My <br> tags in my variable work but when i inserted the <font> tag it
>hit some errors.  Is this normal?
>
>thanks,
>
>Stuart
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to