Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Please Help with Basic CSS Page Edit Reply To: Please Help with Basic CSS Page Edit

#197568
Senff
Participant

Depending on which language you use (PHP, ASP, uhhhh… I don’t really know), you can create one header and one footer, and then include it on all other pages. Then, all different parts are compiled/combined into single pages, so when you change the one header file you have, it changes on all pages.

For example, with PHP you can include a header on another page using some code like this:

<?php include 'header.php'; ?>

To be perfectly honest, I don’t know if Dreamweaver has any way of simplifying it or handling it at all, but I don’t think it can act as a webserver and only an editor, so it’s not really a Dreamweaver issue but a matter of which webserver you use.