anytime you've got to output a single # while in a <cfoutput></cfoutput> you
have to "escape it" or have two ## together. so instead if #FFFFFF you'll
need ##FFFFFF. Your other option is to just not have a # or ## at all, but
while it works, its not up to standards, and we know you want to be
standards compliant.

Fred

----- Original Message -----
From: "Amar Desai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 01, 2000 8:35 PM
Subject: <cfoutput>


> Need a help here,
>
> this is a sample of the code
> how can I use the color code "#FFFFFF" in the <cfoutput> tag so that I do
> not get an error, since "#" cannot be used within the <cfouput> tag.I have
> tried several way but none seem to help...
> <cfoutput query="x">
> <tr>
> <td><font color="#ffffff">#itemdesc"></font></td>
> </tr>
> </cfouput>
>
> thanks guys...
> AD
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to