Re: Where are body tags on pages
The body tags only occur in the home.tpl template, in your custom skin, or in common_files/customer, if you don't have one in your custom/chosen skin folder.
So you would put them in there for all instances.
What you would then have to do, is use if statements around the code depending on where, or where not you do or don't want the code to be used.
|