treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Templates without Dreamweaver

  • How do you go about setting up a main template page for a multi-page website (like you would in Dreamweaver) using only CSS, so it is easy to make changes over the whole site on all the similar items like the footer when necessary.

    Is a CMS the only way?

    Thanks Steve.
  • Use PHP and include the header, footer, sidebar, etc.

    Even if you don't know anything about PHP, using it just for that sort of thing is trivial.

    Once you learn a little PHP though, you'll love it and start doing considerable more than just includes :)