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