To add a new class to the body tag in Magento, use the code below in the design layout
<reference name="root"> <action method="addBodyClass"><className>new-class-name</className></action> </reference>
Cheers!
Amjath
To add a new class to the body tag in Magento, use the code below in the design layout
<reference name="root"> <action method="addBodyClass"><className>new-class-name</className></action> </reference>
Cheers!
Amjath