How do you embed a CF include into an existing HTML page? I have an include (shown below) in the folder "includedObj", when I try to view this page I don't see my websites layout (header, footer, etc), all I see is the included content.
Code snippet from my include: <!--- @@displayname: Customer Photos ---> <!--- @@author: me ---> <cfimport taglib="/farcry/core/tags/webskin" prefix="skin"> <cfimport taglib="/farcry/core/tags/container" prefix="con" /> <cfoutput> <div> Customer Videos will go here </div> </cfoutput> Any idea why I might not be seeing the website wrapper and only the included content? Thanks, -West
-- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
