Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS and Templates Re: CSS and Templates

#91755
standuncan
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.