Adding Mp3 Files To Your Website
October 12th, 2009 -- Posted in mp3 html | No Comments »If you have your own website and would like to add mp3 files to it, then the process is fairly simple. But first you need to get permission to add a link to an MP3 file. Some hosting providers don’t allow files over certain sizes and some don’t allow you to have certain types of files either.This can include MP3 files. Make sure that the file you plan to add to your site is allowed by your hosting service first. Don’t use copyrighted music either. Then follow these steps:
Upload your MP3 files to your site using the easy file upload program that your hosting service provides. If they don’t provide one then you need to use an FTP Program.
Find Your MP3 File’s Address (URL)
Choose a Location For Your MP3 File
Find The Location of the MP3 File in Your HTML
Add The Link to the MP3 File
Link to the MP3 file on your hard drive like this:
The MP3 file is located in the “My Documents” folder
It is called “rocks.MP3″
The text for the MP3 file says “Click here for the MP3 file called rocks.”
Code is: <a href =”file:///C|/My Documents\rocks.MP3″>Click here for the MP3 file called rocks.</a>
Then test the link to the MP3 file to make sure it works right.