A quick question for what is the best strategy in RSD to handle duplicating pages for a multipage site.
I am used to DW template system and what I used to do was assign a class on the body tag for certain types of pages and an ID on the body tag for every single page.
Let's say my site has link pages, info pages and picture pages. I would define 3 different classes .LinkPage , .InfoPage , .PicturePage and assign them accordingly to body. Then every page would get an exclusive ID. That way I would be able to use the same classes or define more explicit ones using the body classes/Ids.
How does RSD handle the classes/Ids assigned to body via the Grid?
In particular, can I avoid having changes in a page being propagated to the rest of the site by giving the Grid element a specific class/ID, or do I have to add new selectors to every row/column/container?
I am still a little confused by the RSD concept of doing all design under one hood instead of seperating CSS and HTML into different editing actions
Thanks
Berthold
Astronomy site: http://www.astronomy.artinso.com
Musical events: http://www.orphelion-ensemble.com
ED V4, SD V5