Ok. thanks. I thought I was doing something wrong until you said it
should work, and that made me....

Look 5 lines down and realized I had another # tag I was't escaping.

Thought I was going nuts!

On Wed, Sep 19, 2012 at 12:22 PM, Adam Cameron
<[email protected]> wrote:
>> How do I need to declare this so that the #userID# from the query is
>> rendered?
>
> Exactly the way you have in your code snippet.
>
> In what way is it not doing what you want?
>
> --
> Adam
>
>
>
>
> On Wednesday, September 19, 2012 6:19:40 PM UTC+1, Jason Allen wrote:
>>
>> Hey Guys, this might be a silly question, but I'm outputing a query and I
>> need to create a short <style> declaration within the cfoutput code.
>>
>> My problem is that the <style> statement needs to include some output from
>> the query. The name of the css element will be based on data output'd from
>> the query. How do I need to declare this so that the #userID# from the query
>> is rendered?
>>
>> <cfoutput query=myquery">
>>
>> <style>
>> ##overlay-#userID#) {
>> position: fixed;
>> }
>> </style>
>>
>> </cfoutput>
>>
>> Ideas? I'm stumped.
>
> --
> online documentation: http://openbd.org/manual/
> http://groups.google.com/group/openbd?hl=en

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to