> 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

Reply via email to