PDA

View Full Version : My PLAYLIST.COM music player plays on every page does anyone got a code?


nikkirae
Nov-23-2008, 05:53 PM
I have a music player from Playlist.com and it works great.... maybe to great. Is there a way to only have it play on my galleries page? And does anyone know how to get rid of "gallery pages:1"? :dunno

Andy
Nov-23-2008, 06:27 PM
I recommend no music. But that's me.

If you insist on it (I don't recommend music), then wrap all that music code in a div.

<div id="mymusic">
blah blah your code here
</div>


Then use CSS in your css box:

#mymusic {display: none;}
.homepage #mymusic {display: block;}

nikkirae
Nov-23-2008, 06:42 PM
:clap I recommend no music. But that's me.

If you insist on it (I don't recommend music), then wrap all that music code in a div.

<div id="mymusic">
blah blah your code here
</div>


Then use CSS in your css box:

#mymusic {display: none;}
.homepage #mymusic {display: block;}
:clap
Thank you! I really do appriciate all the help that I am getting from this forum! I just wish that I had ventured in here LONG ago!
Thanks again:thumb