Is there a way to allocate a specific ID or Class tag to the Body tag of a page to allow specific styling of that page?
For example, say I wanted to give the News pages some specific styling (the main News page and all those child pages under it), is there a way to change the body tag from
<body>
to
<body id="news">
or something similar on those pages only?
Obviously a bit of PHP is needed, possibly using similar functionality to the autonav block to fetch the page's location within the site and place this in the correct place.
I realise I could create a separate template for each section of the site, but I thought this would be a more elegant solution.
Thanks in advance for any help.
Tony.





Remo
yes