View Full Version : Music


hatethehaters
12-29-2004, 11:57 PM
I have TONS of music layouts and I was wondering, could someone help me?
I want one of those little scroll box where you can get links to my music WITHOUT it playing I need it for my neopets petpage! Thank you!

sky_high_sci_fi
12-30-2004, 12:00 AM
What exactly do you mean? Like, a hidden music player thing?

hatethehaters
12-30-2004, 12:34 AM
On some peoples petpet pages on neopets for example, they have pre-made music links you can use to put music links in the background. Hidden, for example. But I want to give the link without it playing and i've seen it. does anyone know how I can make them?

salomeyasobko
12-30-2004, 12:37 AM
do you have an example of a petpage like that? what exactly do you want the link to do when clicked on? do you want it to download the song or what?

hatethehaters
12-30-2004, 12:44 AM
Found an example!
Here's an example (http://home.neopets.com/templates/homepage.phtml?pet_name=neobubble_) of what I was talking about...

tokyo bleu
12-30-2004, 12:47 AM
She used tables, but you can use textareas (much more easier).

<textarea>MUSIC CODE HERE</textarea>

hatethehaters
12-30-2004, 12:49 AM
THANK YOU!!! I've asked TONS of people and NO ONE could answer! *runs off*

salomeyasobko
12-30-2004, 12:50 AM
you should probably use a textarea thing..

<textarea> URL to song </textarea>

or you can use a DIV

<div style="overflow: auto;"> URL to song </div>

EDIT: ehh i'm too late sorry :P

hatethehaters
12-31-2004, 01:44 AM
you should probably use a textarea thing..

<textarea> URL to song </textarea>

or you can use a DIV

<div style="overflow: auto;"> URL to song </div>

EDIT: ehh i'm too late sorry :P
I'll try that second one on a song and see if it's better. THANK YOU SO MUCH! *hugs*