Shane, If you want to modify stkArticle without extending it:
1) Update styles.css to have a styling for div having id=content2, much in the similar fashion as style.css has stylings for div having id=extras. Doesn't have to be 100% of them, but I guess you could do 100% of them. 2) add this snippet to Templates> templating-kit/pages/content/mainArea and check the "Enable template" box. [code]<div id="content2" role="article"> [@cms.area name="content2"/] </div>[/code] 3) Via Template Definitions> pages/stkArticle/ create a bodyclass datanode having value: col-subcol-equal 4) Via Template Definitions> pages/stkArticle/areas/main/areas/ copy node 'content' and rename it 'content2' HTH, shane -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=5619e3ec-6634-4cb4-b805-103ceed4297d ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
