Frequently Asked Questions About Creating a Web Site...
Note: There are some differences between the html code Internet Explorer and Netscape accepts
so I'd suggest that you always use Internet Explorer since that will be
available on most machines. Also, on the HTML coding examples below, the easiest way to use them is
to copy what is in BOLD and paste them on your page in the text area. Of course you will have to
change account names, file names, email addresses etc. to your information.
Below you'll find how to add MP3 audio, MPEG video, a PowerPoint show or
Rotating Pictures to your
Angelfire Website as well as how to Rip CD tracks and turn them into MP3 files
Here's how you add Ipod type MP3 audio to your Angelfire Web pages:
- Go to your Web Shell, hit the Browse button, locate the MP3 file, double
click on its name & hit the Upload button
- Then in the web shell, click on the name of the page you want the audio on
and then click the Edit Button
- Scroll down to Step 9, Create Text box and enter this HTML: <bgsound
src="honkeytonk.mp3" loop="infinite">
- Change the honkeytonk.mp3 to the name of your MP3 file - don't forget the
.mp3 at the end of the file name
- Hit the Save button
- When you View this page, it will take a while for the sound to load so be
patient
Here's how you add an MPEG video to your Angelfire Web pages:
- Go to your Web Shell, hit the Browse button, locate the MPEG file, double
click on its name & hit the Upload button
- Then in the web shell, click on the name of the page you want the video on
and then click the Edit Button
- Scroll down to Step 8, Create Links box and type Video for the Description
and a URL such as http://www.angelfire .com/hi2/macgibeny/video.mpeg
- Change the hi2/macgibeny to your User Name and the video.mpeg to the name
of your MPEG file - don't forget the .mpeg at the end of the file name
- Hit the Save button
- When you View this page, click on the Video hotlink to play the video
- You'll need Windows Media Player on your computer for this to work
Here's how you add a PowerPoint show to your Angelfire Web Pages:
- Make a PowerPoint prresentation
- Under File menu, select "Save As A Web Page"
- Click on "Publish" button
- Make sure "Open published web page in browser" is NOT checked
- Write down entire file name in "File Name" box so you can find
it later
- Click on "Web Options"
- Click a check mark in the "Add slide navigation controls" box
- Click a check mark in the "Show slide animation while browsing"
box
- Click a check mark in the "Resize graphics to fit browser
window" box
- Click down arrow on "Colors" box and select "Browser
colors"
- Click OK
- On next screen, click on "Publish" button
- Go to your Web Shell, hit the Browse button, locate the PowerPoint file,
double click on its name & hit the Upload button
- Then in the web shell, click on the name of the page you want the
PowerPoint on and then click the Edit Button
- Scroll down to Step 8, Create Links box and type PowerPoint for the
Description and a URL such as http://www.angelfire .com/hi2/macgibeny/powerpoint.mht
- Change the hi2/macgibeny to your User Name and the powerpoint.mht to the
name of your PowerPoint file - don't forget the .mht at the end of the file
name
- Hit the Save button
- When you View this page, click on the PowerPoint hotlink to play the
PowerPoint file
- Each click on the mouse will bring in the next part of the PowerPoint
presentation
Here's How to Add Slide Show Pictures to Your Angelfire Web Site
- Open the Pictures You'll Use in PowerPoint, then COMPRESS them and Save
Them With a New Name on Your USB
- Then go to www78.rockyou.com and simply follow the directions
- When finished with RockYou.Com copy the HTML they give you and Paste it
into the text box of the Web Page you want the Rotating Pictures to be on
- Then make a link to this page from your homepage or any other page that is
appropriate
Here's How to Rip a CD track to change it to an MP3 file so you can use it on
your Web Site and in PowerPoint
- Go to www.mgshareware.com
- On the first screen about half way down, under "Convert Your Audio CD
Collection to MP3, click on FreeRIP
- Read next screen and scroll down to Download Now hotlink and click on it
- On next screen, click on Run
- After a few minutes on downloading, on next screen, click on Run
- On next screen, select English & OK
- On next screen, Free RIP Set Up, click Next
- On next screen, Click on button - I accept agreement and click on Next
- On next screen, click on Next
- On next screen, click on Next
- On next screen, click on Next
- On next screen, click on Next
- On next screen, click on Install and wait several minutes for
installation
- After Installation:
- Put in CD
- Goto Start Menu, then select Programs and then double click on FreeRIP to
open it
- On next screen, notice that the CD tracks are listed
- Click on the box on the left of the track you want to copy and then from
the RIP Menu, select RIP to MP3
- After a minute or so, Done will appear at the bottom - click on the
Dismiss button and then close the FreeRip window
- You will find an Icon of the Ripped CD track on your desk top converted to
an MP3 file
- To listen to the track, double click on the Icon
- To save the ripped file to your USB, put the USB ib, right click on the CD
track Icon, move pointer to Send To and select your USB
Here's how you add a Countdown to any web page - add the code below to the Text
Box area on any Angelfire Web Page - You can change the "3" to change
the font size, and "blue" to another color. You would change the
"April 17, 2007" to your Countdown date, and put whatever message you
wanted in place of the "Days
and Counting Until Your Web Site Project Is Due!"
<!--Place
this script anywhere on a page.-->
<font
size="3"><font color="blue"><script
language="JavaScript">
var now = new Date();
// set this value to
the countdown date.
var then = new
Date("April 17, 2007");
var gap = then.getTime()
- now.getTime();
gap = Math.floor(gap /
(1000 * 60 * 60 * 24));
document.write(gap);
</script>
<!--your message
here-->
Days and Counting
Until Your Web Site Project Is Due!</font></font>
Below you'll find examples of HTML code which you can use to get the desired
effect by placing it in the Text Box area
- Skip 1 Line??? <br>...gives you a carriage return
- Skip 2 Lines??? <p>...gives you 2 carriage returns
- Add a space between letters Just type where
you want a space - you don't need the < before it or the > after it
- Make a Tab to get columns to line up
T