I think it probably works without the <base> tag... Ben
----- Original Message ----- From: "Edward J. Bebee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 10:38 AM Subject: Re: [CFTALKTor] Fusebox, site layout, and graphics > From: ben.salming: > > make your image tags look like this > > > > <img src="/images/pic.gif"> > > > > instead of this > > > > <img src="../../../images/pic.gif"> > > > > and use the <base> tag in your application or app_server .cfm file to set > a > > default web root for your site.... > > Ok, 'cause I'm a slow learner, let me repeat that back :) > > In a case of a site map like this > > [root level] > index.cfm > --> [Products] > --> index.cfm > -->-->[Product_A] > -->-->index.cfm > -->-->product_A_specs.cfm > -->-->-->[images] > > After inserting the <base> tag, I change the image tags in > "product_A_specs.cfm" from > > <img src="images/pic.gif"> > to > <img src="/Products/Product_A/images/pic.gif"> > > Does this not work (in the final, served document) without the <base> tag? > I'm missing a subtlety.... > > or do I use CF to modify the base tag on the fly so as to resolve the image > tags for me? > > ---e > > - > You are subscribed to the CFUGToronto CFTALK ListSRV. > This message has been posted by: "Edward J. Bebee" <[EMAIL PROTECTED]> > To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ > Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ > This System has been donated by Infopreneur, Inc. > (http://www.infopreneur.net) > - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "ben.salming" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
