CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Templates without Dreamweaver
daydreemer
Permalink to comment
#
October 2008
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.
mikes
Permalink to comment
#
October 2008
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 :)
Add a Comment
Is a CMS the only way?
Thanks Steve.
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 :)