Under Windows/IIS you can map the .HTM extension to be processed by the CF engine. This is done under IIS' Application Mappings. I'm sure it can be done on other web servers as well, but I'm not familiar with the mechanism.
For simple header and footer includes (without any kind of CF functionality), you could also use server-side includes. This usually just entails using a certain extension such as .STM on your files. Jim ----- Original Message ----- From: "Rudy Bluebuilt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 7:29 PM Subject: RE: CF custom tag on HTML page > That's just it I have 25 pages, all of them are .HTM and thought there was a > way to run regular .HTM pages throught the server. And be able to include a > custom tag in all of the .HTM pages. I am using my custom tag to put the > header and footer on all of the .HTM pages. Can i run these pages through > the server? > > Thanks > > -----Original Message----- > From: Brunt, Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 6:19 PM > To: CF-Talk > Subject: RE: CF custom tag on HTML page > > > This might sound silly but I assume you have ColdFusion Server running, if > so rename the page to "plainhtml".cfm. In other words if is called > header.htm or header.html rename it to header.cfm. > > Mike Brunt > Sempra Energy > 213.244.5226 > > "ASCII stupid question, get a stupid ANSI !" > > > -----Original Message----- > From: Rudy Bluebuilt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 6:14 PM > To: CF-Talk > Subject: CF custom tag on HTML page > > > How can i make my custom Header tag work on a plain HTML page. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

