Escaping #'s in outputting a CSS

2006-04-19 Thread webmaster
Stupid beginner question I know but it's been a long time since I've done any REAL CF coding. I am trying to create an HTML code generator for a client and am having problems escaping the #'s in the CSS. I tried the good ole ## but that's not working. It throws an error. If I just remove

Re: Escaping #'s in outputting a CSS

2006-04-19 Thread Rob Wilkerson
Are you trying to replace # with ##? If so, you might need to replace ## with . Maybe a code sample of what you're attempting will help. Is the CSS embedded or inline? If it's linked, then of course there's no need to escape the #'s On 4/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

RE: Escaping #'s in outputting a CSS

2006-04-19 Thread Ben Nadel
What is the error being thrown?? ... Ben Nadel www.bennadel.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 12:52 PM To: CF-Talk Subject: Escaping #'s in outputting a CSS Stupid beginner question I know

RE: Escaping #'s in outputting a CSS

2006-04-19 Thread Sandra Clark
To: CF-Talk Subject: Escaping #'s in outputting a CSS Stupid beginner question I know but it's been a long time since I've done any REAL CF coding. I am trying to create an HTML code generator for a client and am having problems escaping the #'s in the CSS. I tried the good ole ## but that's