> Duane,
> 
> Here is the best way that I can find to accomplish this.
> 
> Create the eWebEditPro variable in the editor, and in places 
> where the CFML
> was going to go, insert a place marker, such as
> %location1%, %location2%, etc.... Then when it comes time for CF 
> to display
> the output after it is retrieved from the database, perform the required
> replace functions on the place markers as in
> <cfset output = replace(output,"%location1%","#phonenum#")>. After all of
> the replace functions have been performed on all of the place markers,
> simply display the value of the variable, and your dynamic data 
> is enclosed
> within.
> 
> There might be a better way, but no that I can think of at the 
> moment. This
> way allows all of your formatting to stay in place and the place 
> markers are
> already there for the data to go into.
> 
> Let me know what you think.

Great idea! I'll have tech support post it as a solution to this.

Thanks Dan,
Duane

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to