How to save a page as Template ?

Discussion in 'C#' started by JohnMally, Sep 4, 2007.

  1. #1
    Hi,

    How is it possible to save a page when you first built the page it wasn't a template page but now at the end of the site you want it to be a template page ? How would you save it ?

    Thanks
     
    JohnMally, Sep 4, 2007 IP
  2. Coder

    Coder Banned

    Messages:
    311
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    are you talking about Dreamweaver Template?
     
    Coder, Sep 4, 2007 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Save it as a template and then go back and edit the other pages that are to use it.

    For DW templates you will need to set the editable regions if memory is correct
    For .Net then you are presumably meaning Master pages and so again, just set the content area sections
    For Classic ASP then you are more likely to cut the page up into chunks and use includes to put them in the actual pages.
     
    AstarothSolutions, Sep 5, 2007 IP