Forum Moderators: not2easy
Now that I use CSS and mainly hand code my work, I was curiouis to what is the best way to manage my base file.
Obviously all my style and layout is controlled by my CSS file. But if I create multiple pages from this base and say want to change the navigation lists, I would have to update all these pages manually.
What other options are there other than the rather messy dreamweaver .dwt file senario
Cheers
Tim
Anything that you want to be able to edit accross a number of pages, create it as a separate file and include it (using PHP, ASP or SSI). Then by editing this external you edit all pages which include it.