Posted by Jonathan N. Little on 02/12/07 17:08
Tom wrote:
> Using Dreamweaver 8
>
> Have 50+ html files all with same header, menus etc. Trying to use
> #include to consolidate
>
> Created an html file for my menus which just has table and div tags
> for the header and menu bar - no html or body tags.
>
> File looks good in DW and browser
>
> Deleting header and menu code from index.html and inserting <!--
> #include file="menu.html"--> after <body>
Depending on your server config:
1) your file might have to be named *.shtml
2) insert with 'virtual': <!--#include virtual="menu.html" -->
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|