--- In logic-ot@y..., DbbBrook@a... wrote:
>
> Please how do I convert the MP3 file please.
>
> Don't need MP3 convert back to Audio. Just from audio CD to MP3 which I have
> done.
>
>
>
> I have been using www.artistcollaboration.com but having problems with
> > it.
>
> What kind of problems? Problems uploading or problems of 'not being allowed
> to upload it there"?
>
> I have created a web site from their free web space, I have saved a web page
> using Microsoft Words. On the artist collaboration site they have an
> index.html or rename one your self. So I named my web page index.html and
> then uploaded my file but it says The site is under construction.
In your index.html, you have the links. If you open this 'index.html' file in Notepad, fe, you will see something like '<a href= path> Name of song mp3 file</a>', where 'path' is describing where you put the mp3 file on the site, and 'Name of song mp3' is the name you want to see in your web page. 'path' could be something like './song.mp3', if you called your file 'song.mp3'. That './' means that you put the file 'song.mp3' in the root of your site; when building a site you can make folders/directories to put files in and refer to those files when use in a html page.
In MS Word it works with the right-click I think; right-click the link in your document in MS Word and fill the "tag property" or something like that. I don't really use Word for html files, so I could be wrong about this, : ).
It's essential that you use the slash( = '/') and not the back slash( = '\') for the path where you want your files.
And when
> you press the index.html link just a parent directory comes up.
I think this problem I give a solution for above; give the link the proper file name. It's also essential if you use capitals or not; try to use only lower case for file names and link properties.
> All I want is to upload a Demo that I have converted to MP3, so do you know
> how I can upload it to a site. Any site and advice please.
After the index.html has been changed, just upload the index.html and the mp3 file to the site.
Can you just tell me where your site should be and I'll have a look at the index.html you have so far. Like is it on http://www.artistcollaboration.com/members/~brooke/?
> Hope u all enjoying your weekend.
>
> Debbie :-))
Not with this rain in Holland, :-).
Yoonchi.