http://www.affiliatepowervideos.com/?vip=8212
Question submitted by KLopez.
I have a question. How do I put my voice on my website? I would like to record my voice and put it on there - welcoming people to my page or something but I'm not sure how to do it. I've seen a few pages that have that up but I have no idea how I would do that.
Also, how can I get my movie presentation to show up on my website? I have seen several peoples websites and they have this on there also.
Thanks in advance for your help.
Answer submitted by Jim Stanger.
To add a clickable link to a WAV file on your website:
First, remember where you placed your sound file. Organization is key when making a website. Feel free to place your sound files in a "audio" directory, your images/pictures in an "images" directory, etc. That makes it much easier to refer to them when building a page with HTML (or, I assume, using the SiteBuilder, although I haven't used that.) Next, insert this HTML in the area you want to include the link:
<a href="directoryname/filename.wav">Click To Hear My Introduction</a>
...where "directoryname" is the directory your sound file is in, and "filename.wav" is the name of the sound file. If the file is in MP3 format than the extention would be ".mp3" instead of ".wav". If you uploaded your sound file to the root level of your website (that is, not in a directory created by you) then you'd leave the directory name out of the portion in quotes.
Hope this helps!
I have a question. How do I put my voice on my website? I would like to record my voice and put it on there - welcoming people to my page or something but I'm not sure how to do it. I've seen a few pages that have that up but I have no idea how I would do that.
Also, how can I get my movie presentation to show up on my website? I have seen several peoples websites and they have this on there also.
Thanks in advance for your help.
Answer submitted by Jim Stanger.
To add a clickable link to a WAV file on your website:
First, remember where you placed your sound file. Organization is key when making a website. Feel free to place your sound files in a "audio" directory, your images/pictures in an "images" directory, etc. That makes it much easier to refer to them when building a page with HTML (or, I assume, using the SiteBuilder, although I haven't used that.) Next, insert this HTML in the area you want to include the link:
<a href="directoryname/filename.wav">Click To Hear My Introduction</a>
...where "directoryname" is the directory your sound file is in, and "filename.wav" is the name of the sound file. If the file is in MP3 format than the extention would be ".mp3" instead of ".wav". If you uploaded your sound file to the root level of your website (that is, not in a directory created by you) then you'd leave the directory name out of the portion in quotes.
Hope this helps!