Home › Forums › CSS › CSS and Templates › Re: CSS and Templates
December 2, 2011 at 12:23 pm
#91755
Member
I ‘think’ I get what you’re asking, but still not quite sure.
If you’re asking how to update multiple pages at once using CSS, (instead of using Dreamweaver templates), basically you just use classes where you need them. For instance, if your home page is one layout, but all your interior pages are another, I would use <body class=”interior”> on all the interior pages. Then you use your .interior selection in your CSS and make any changes specific to those pages. An easy way to build that, is once you get your first interior page complete, just save as a new file name and replace the content and continue.