|
You can "make a template" from an outside page. Though I have not tried it and I don't know how well it works. I know I did play with attach template and detach template one day and it totally screwed a file.
Dreamweaver has more than one deficiency.
Also be aware if you create a template from scratch you HAVE to create a NEW site designation first or the template updating process will not work correctly.
Even with the "site" designated, it sometimes does not automatically update the pages when you save the template. You have to go into the menus and manually update them.
As for the "proprietary template" cheap shot, if you are in Dreamweaver and designing in Dreamweaver this is NEVER an issue. BUT, if you ever switch editors, the proprietary nature of the templates will be an issue. The templating system makes valid code just fine though sometimes it may not be the best code for the issue at hand.
Some here have compared it to Front Page and that's an insult. Front Page has and always will be total garbage. Dreamweaver is a few years behind the curve.
I'm using CS3 and it has no built in Wizard for CSS menus. It forces you into
manually coding or using Ajax crap. And I never use Javascript. PERIOD!
As for the comment above about Server Side implementation of Included files,
some of the out of country browsers do have issues. So, SSI is not 100% pure.
It depends on how well you want to serve the potential audience.
I will throw another nut at you here. You could convert your files to PHP and use the PHP include. And depending on what and how you are ncluding things, you could also consider using IFRAMES. Though for a footer, an IFRAME is overkill.
If you look at my Marketing Sanctuary Site, I switched it to PHP.
1. I used a simple PHP command to keep the footer copyright date updating.
2. I plan on adding a BLOG.
3. I plan on adding some IFRAMES and Database Content eventually.
Andy yes, I pondered these decisions for days because PHP is not 1000%
universal. But most of the audience for that site is in the US.
It all depends on where you want your site to go and whom it is serving.
|