> I've never tried this, do CF tags work in CSS? I am not sure if I understood your question, but I will give it a try. In case you would like to embed CFML code inside an external CSS file a solution could be to give the CSS file a .cfm extension, then add this at the top of it:
<cfcontent type="text/css; charset=ISO-8859-1"> (use the charset you see fit) This way the file will be processed by CF server but served with a text/css mime-type so browsers will recognize it as CSS Hope it will help ---------------------------- Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/ ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188649 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

