Another idea - you could override a stylesheet on the staging sites. Put something like this in the those virtual hosts:
Alias /path/to/one-of-my-stylesheets.css /special-cfm-stylesheet.cfm Then in special-cfm-stylesheet.cfm you read in the normal stylesheet, append something to that text that will alter the <body> tag the way you want, the cfcontent the entire text to the browser. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321894 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

