gtbikerider
Technical User
I need to use variables inside a CSS file. How can I make ColdFusion parse the .css file. Alternativly, is there a way I can rename the .css to .cfm?
--
John
--
John
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<link rel="stylesheet" href="/file.cfm?<cfoutput>#RandRange(1, 9999999)#</cfoutput>" type="text/css" />
<link rel="stylesheet" href="/file.cfm?var1=value1&var2=value2&fakestring=<cfoutput>#RandRange(1, 9999999)#</cfoutput>" type="text/css" />
you do not want a different css file on every page, right?