One trick I've used with dynamic pages using include files for header and footer is to set a pagetitle variable in the main file for each page, which I call the content page. The included header will be the page that h as the html title tags, and it will use the pagetitle variable to output the right title for each page requested. The trick is to put commented out tit le tags in your content page with the title of that page in between. Verity (at least the verson shipped with ColdFusion 4.x) will index the title of the page using the text between these tags, which in turn lets you have a title displayed for every page, regardless if it's dynamic or not.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 10, 2002 11:56 AM > To: CF-Talk > Subject: RE: verity and html comments round II > > > nah, that's just my quick, sloppy typing of the word "oregon" > :)... so i take it there are no special verity settings. > > phillip > > > On Thu, 10 January 2002, Dave Watts wrote: > > > > > > is there any special configuration you have to use in order > > > to have verity index commented out html text? a co-worker has > > > indexed a bunch of html pages that have the word "orgeon" in > > > them many times within commented out html. the only pages > > > that verity is returning are the ones that have oregon in the > > > title (the only portion of the page that isn't commented out). > > > > This might sound kind of silly, but are you sure you're not > just looking for > > the wrong word? The reason I suggest this is that, to my > knowledge, "orgeon" > > isn't a word. > > > > Dave Watts, CTO, Fig Leaf Software > > http://www.figleaf.com/ > > voice: (202) 797-5496 > > fax: (202) 797-5444 > > > ___________________________________________________________________ ___ > Why Share? > Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / > 20 GB MO/XFER > Instant Activation � $99/Month � Free Setup > http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc > 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 ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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

