multi-page html with the same change on index html

Hi all

I have a site that has multiple pages and is growing. There are several elements (IE a photo and the menu cursor navigation) on every page that are the same. Currently, if I want to change the content in the navigation or the cursor, I need to change all html pages that is a lot of work. Is it possible to insert code into the index html pages not so that if I change the navigation index menu it will automatically change on the other pages? If necessary the website address is www.butlerlawyers.com.au

Thanks in advance

Paul

There are several solutions:

1. use server-side includes to you all contain common elements. I use them regularly for things like the HEAD content, content of a header, any element of Navigation, footer and containers of colophon.

2. use Dreamweaver library items contain the same.

3. use Dreamweaver templates to create your pages.

#1 is by far the best way, but you must understand how the side server, and how they are set includes work in non scripted pages, or script pages, depending on what you are using.

#2 is a better solution that #3, but one of them doing their work in DW in your files, which then need to be downloaded again to the server later.

Tags: Dreamweaver

Similar Questions

Maybe you are looking for