Please help, I've figured out how to get this mp3player to display on a page by itself, but I want it to be on every page as they go through the site, inserting the component into every page. I have figured out that I need to change the index.php file and also CSS doc, right? In the index, is this what I would add?
<div id="mp3player">
<?php mosLoadComponent( 'mp3player', -1 ); ?>
</div>
or this?
<div id="mp3player">
<index.php?option=com_mp3player mosLoadComponent( ); ?>
</div>
or??
And then in the template_css do I do this?
#mp3player{
clear:both
}
Nothing I'm trying is working. I want to know how to edit templates so I can control what's on the homepage and every page. Thank you for your help!
Forum 







