I think you need to do cfinclude to do what you are trying to do. CF won't process the file unless you cfinclude it.
And, I bet there's some restriction on using a .css extension when linking to a stylesheet, though I'm not sure. -- Josh Nope this works just fine. CFML can server up CSS content just as easily as it can serve up text or HTML or many other formats. You do have to tell it that it is server up CSS with the above mentioned <cfcontent...> tag. It can have some caching issues since the browser will not automatically reuse a dynamic CSS source unless some header information is added to the source to aid the browser in its caching decisions. Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277330 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

