Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: mkishlinePosted on 2006-02-22 at 11:59:40ID: 16022776
Here is a simple example (assume both files are in the same directory)
<!--- leftnav.html (note: no html, head, or body tags, just the code to include)--->
<ul>
<li>Menu item 1</li>
<li>Menu item 2</li>
<li>Menu item 3</li>
</ul>
<!--- index.cfm --->
<body>
<div id="left"><cfinclude template="leftnav.html" /></div>
....
Are you getting an error or does the menu just not display at all? Is your include page a .cfm file? If this doesn't help, please post some of the code you are using and see if we can't help you from there.