Thanks for the reply Gary -- Bob's suggestion did the trick, so you might not need the following answers now:
> Explain what you mean by: > > "added a link to in in the dmFooter.cfm" Well, as it tells you to in the walkthrough, I added this code: <a href="/index.cfm?objectid=#application.navid.contact#">Contact us</a> to dmFooter.cfm, so that in every page you get a link to the contact form (as it also says to specify "contact" as the navalias for that page). > It > should automatically appear in your navigation when you refresh the page > (assuming all content is approved) and you should be able to click on that > link and see the contents of your include displayed in the "chrome" of your > template. I guess you're talking about adding navigation nodes and then HTML objects to the main navigation tree... right? If so, yeah, adding pages like that works fine and they get displayed fine in the navbar (except the walkthrough uses the Utility menu, so I guess that's why they tell you to manually add a link via the navalias). > You should also ensure that you wrap <CFOUTPUT>'s around your include as > sometimes the <CFSETTING> can sneak up on you and you dont get any output. Useful to know.. ta. > Also, when you added the include object, did you select a display routine > for it? Which one did you select? Umm, I'm guessing "display routine" means which "Template"? If so, I just copied the image in the walkthrough, which used "displayDefault". > Also, does the template work OK without you adding the include object? > Meaning, does it work OK to display a dmHTML object ? Yeah, adding HTML pages work fine. -- Aidan Whitehall <mailto:[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards> ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
