adding on mp3 files to my site

Have the feeling that everybody is staring at you in the other forums? Then look here, in this forum nobody does care what you say ;-)

Moderator: Project members

Post Reply
Message
Author
jimandkate
500 Command not understood
Posts: 4
Joined: 2009-08-11 18:46
First name: Kate
Last name: Hagan

adding on mp3 files to my site

#1 Post by jimandkate » 2009-08-11 18:52

My site is up and running. So far, I'm figuring out how to upload all pics and files. My mp3 files are in my index folder but not posting to my site. Any suggestions? Thank you.

Cypress
226 Transfer OK
Posts: 121
Joined: 2008-09-13 19:39
First name: J

Re: adding on mp3 files to my site

#2 Post by Cypress » 2009-08-11 22:13

jimandkate wrote:My site is up and running. So far, I'm figuring out how to upload all pics and files. My mp3 files are in my index folder but not posting to my site. Any suggestions? Thank you.
link them correctly and they will work.

jimandkate
500 Command not understood
Posts: 4
Joined: 2009-08-11 18:46
First name: Kate
Last name: Hagan

Re: adding on mp3 files to my site

#3 Post by jimandkate » 2009-08-11 23:00

I don't know how to do that.

Cypress
226 Transfer OK
Posts: 121
Joined: 2008-09-13 19:39
First name: J

Re: adding on mp3 files to my site

#4 Post by Cypress » 2009-08-11 23:18

jimandkate wrote:I don't know how to do that.

Code: Select all

<a href="/blahblah.mp3">blahblah</a>

Code: Select all

<a href="http://www.example.com/blahblah.mp3">blahblah</a>
The other way is to use an embedded player... so the music is playing when the page is open.

jimandkate
500 Command not understood
Posts: 4
Joined: 2009-08-11 18:46
First name: Kate
Last name: Hagan

Re: adding on mp3 files to my site

#5 Post by jimandkate » 2009-08-11 23:23

Thank you! The other files went easily by themselves almost...I'm still on a big learning curve.
thanks again.

jimandkate
500 Command not understood
Posts: 4
Joined: 2009-08-11 18:46
First name: Kate
Last name: Hagan

Re: adding on mp3 files to my site

#6 Post by jimandkate » 2009-08-19 15:21

I don't know where these codes are or where to put them.
All my other files were just uploaded into my index file and they work.

Post Reply