TS 6.7.2 sp2solaris 10Hi, I need to add a custom css class to the body tag of html files that are generated by site publisher. Does anyone know how to do this? It appears that a custom layout only let's you add custom classes to children of the body tag.Thanks,Brian
I've attached the home_page.xml. You'll notice I added css-class="tundra" to this file.The output produced (see index.shtml).< body >< div id="mainContent" class="ls-canvas tundra" >However, I would like the class=tundra to be in body tag. Not in the div tag.
So, it sounds like you are saying a custom fixed layout will be applied to all generated pages in sitepublisher? Is this true? This is a global change and cannot just be applied to on page?