In the mean time, developers can get the same effect by having an include for the header stuff and put any CSS link in that header file. Then if they want to make a global change to the css file for the site, they just edit the header include file.
That's obviously a basic CF technique, but it's supported in DW and it has the added benefit that it isn't a DW-specific approach. There are two caveats: 1. DW can't render a nested include, so the header that contains the CSS link needs to be part of the actual document, not part of an already included file; and 2. DW can't edit styles that are actually in the included document, but it can edit css that is part of a <link> in the included file. -Kevin ----- Original Message ----- From: "Massimo Foti" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 11, 2003 9:09 AM Subject: Re: DWMX 2004 Impressions > > I'm just hoping that 2004 added the option for applying a Design Time CSS > to > > an entire "Site" (I requested it in the wish form when DWMX came out). > > Otherwise, you have to go through the process of adding the Design Time > CSS > > to every page manually. :( > > I promise, "one day", I will build an extension for that. Just don't ask > when, okay? :-) > > ---------------------------- > Massimo Foti > Certified Dreamweaver MX Developer > Certified Advanced ColdFusion MX Developer > http://www.massimocorner.com/ > ---------------------------- > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

