Dreamweaver MX Template?

Hi everyone,

I have a 200 pages website, which I made in Dreamweaver Mx. I made a template in Dreamweaver and used on all the pages. Now I want to change the old template with a new template.

For this purpose I have to manually apply the new template on each and every webpage. Its taking a lot of time and effor to apply the new template on all the webpages.

I want to know that is there any short way (or any option in Dreamweaver Mx) to apply the new template on all the 200 webpages IN A SINGLE TIME WITHOUT AFFECTING THE TEXT INSTEAD OF APPLYING THE TEMPLATE ON EACH PAGE.

Hoping to hear about it soon.

Best Regards

Fiza

Comments

  • I don't use dreamweaver

  • Its difficult because all your pages are already in place, what you could probably do though (which would take less time) is apply a css style sheet to the pages that could change the fonts/style of each page. The style sheet could be external, thereby when you want to change it in the future you only have one file to modify.

    If you still decide in the future to use multiple files, if you don't want to go the database route try looking into server side include to split your files up, this would cut your size down too without resorting to using frames.

    http://www.w3schools.com/css/default.asp css tutorial

    http://www.georgedillon.com/web/ssi.shtml ssi introduction

  • You can use server side include files (.ssi) if your webhost allows it, or use php and use the php include files. That way, you make the change to one file, upload that file, and be done with it.

    For instance:

    <?php

    include 'header.php';

    ?>

    Page content

    <?php include 'footer.php';

    ?>

    or SSI

    <html>

    <include virtual file='header.ssi'>

    Page content

    <include virtual file='footer.ssi'>

    </html>

    DW Templates are difficult at best and there are options around them.

  • no longer sufficient assistance. Are the images importing yet no longer showing? Or are they no longer importing? Or are the names of the records diverse than on your code? i'm waiting to't tell out of your jumbled description. each and each and each and each of those would favor to characterize a thoroughly diverse undertaking. attempt again and be extra clean.

Sign In or Register to comment.