Sure you can here is the code This is in my application.cfm <cfset application.imgurl = 'http://activemail.netdesign1.com/customers'> <cfset application.imgpath = 'd:\activemail.netdesign1.com\www\web\customers'>
Then I pull the session.directory when they log in so every customer has a different directory <cf_activedit name="template" width="700" height="500" tabview="1" inc="../activedit/inc/" upload="1" imageurl="#application.imgurl#/#session.directory#" imagepath="#application.imgpath#\#session.directory#" toolbar="cut,copy,paste,|,redo,undo,|,font,bold,italic,underline,|,outdent,i ndent,|,justifyleft,justifycenter,justifyright,bullets,|,table,image,hyperli nk,|,find,help,spellcheck,specialchars,||,quickformat,quickfontsize,quickfon t,"> <cfoutput>#data.template#</cfoutput></cf_activedit> Gary CFDEV.com http://www.cfdev.com ----- Original Message ----- From: "Simon Whittaker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 7:12 AM Subject: CF and Acitve edit > Hello there, > > Is it possible to use cf tags within active edit - I would like to be able > to declare a variable within my application page (ie full path to > file/image) which is then output into the page in the normal way. > > I hope you can help > > Simon > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

