I'd like to insert the below code into the template file so that I can make page-specific css styles. Can you tell me which file to reference/edit? Thanks! -Lil
<!--head section-->
<?php
$active = JFactory::getApplication()->getMenu()->getActive();
?>
<!--head closed, beginning body -->
<body class="<?php echo $active->alias; ?> ">