> The problem is, because I am referencing text.cfm
> like so, it is seen as two separate requests by the
> server and thus I get two different random numbers.

You'd be better off leaving the static portions of your stylesheet in a
static CSS file and putting the dynamic portions of your CSS in a style
header within the page you're working with.  This will avoid having two CF
requests for every page and also allow the browser to cache the static CSS
which should result in faster page loads and less complication all the way
around.

If you're set on having a dynamic external CSS file you can do what you're
doing, just make sure the CSS link in the calling page has that URL variable
in a <cfoutput> block.

Also, some of these questions may be better suited for the cf-talk mailing
list rather than cf-community.


-Justin



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:313365
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to