Forum Moderators: open
i tried <!--#include file="menu.shtml" --> and <? include("menu.shtml");?>
there has got to be a simple way to do this, anyone know?
thanks!
jwwright
but there are other issues that make this not a great solution, the site i'm putting on cd has many sections, and each section has its own submenu, includes of course, so i would have to make i frames for all of those, and some page copy/content is also included, because pieces appear elsewhere in the site.
i use dreamweavermx2004 and iframes screw up the wysiwyg feature, making page content hard to get to for editing...
seems like local includes would be an obvious handy thing that would have many uses, not just for servers... its kind of ridiculous that its not simply in the os!
my only other option is to hardcode all the section submenus and redundant copy/content... defeats the purpose of includes doesnt it?