display wingding character code

2009-10-16 Thread Richard White
Hi, we want to display a wingding character code 252 in coldfusion text, how can we do this? we looked into chr() and other methods but so far no luck thanks for your help richard ~| Want to reach the ColdFusion community

Re: display wingding character code

2009-10-16 Thread John M Bliss
cfoutputp style=font-family: Wingdings;#Chr(252)#/p/cfoutput ? On Fri, Oct 16, 2009 at 9:27 AM, Richard White rich...@j7is.co.uk wrote: Hi, we want to display a wingding character code 252 in coldfusion text, how can we do this? we looked into chr() and other methods but so far no luck

RE: display wingding character code

2009-10-16 Thread Terry Troxel
Works in IE8, Chrome, but noe in Firefox. -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Friday, October 16, 2009 7:38 AM To: cf-talk Subject: Re: display wingding character code cfoutputp style=font-family: Wingdings;#Chr(252)#/p/cfoutput ? On Fri, Oct

Re: display wingding character code

2009-10-16 Thread Richard White
is there no way to place it in a normal string without having the p tag?. Works in IE8, Chrome, but noe in Firefox. cfoutputp style=font-family: Wingdings;#Chr(252)#/p/cfoutput ? ~| Want to reach the ColdFusion community

RE: display wingding character code

2009-10-16 Thread DURETTE, STEVEN J (ATTASIAIT)
Subject: Re: display wingding character code is there no way to place it in a normal string without having the p tag?. Works in IE8, Chrome, but noe in Firefox. cfoutputp style=font-family: Wingdings;#Chr(252)#/p/cfoutput

Re: display wingding character code

2009-10-16 Thread Richard White
yes, unfortunately doesnt work in ff thanks is there no way to place it in a normal string without having the p tag?. Works in IE8, Chrome, but noe in Firefox. cfoutputp style=font-family: Wingdings;#Chr(252)#/p/cfoutput ?

Re: display wingding character code

2009-10-16 Thread Sandra Clark
This might help. My google-fu at least might help someone else today, its not helping me :( http://superuser.com/questions/14087/get-dingbats-to-appear-in-firefox-3 On Fri, Oct 16, 2009 at 2:04 PM, Richard White rich...@j7is.co.uk wrote: yes, unfortunately doesnt work in ff thanks is

RE: display wingding character code

2009-10-16 Thread Terry Troxel
Try this: font style=font-family: Wingdings;font-size: 48pt;uuml; 1 2 3 4 5/font -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Friday, October 16, 2009 7:38 AM To: cf-talk Subject: Re: display wingding character code cfoutputp style=font-family: Wingdings

Re: display wingding character code

2009-10-16 Thread s. isaac dealey
is there no way to place it in a normal string without having the p tag?. Haven't tested it, but it occurs to me that you might be able to get it in a graphic using the new image features in CF8. Create a new image, set the image drawing font to wingdings and then write the character into the