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:

Here's how you add an MPEG video to your Angelfire Web pages:


Here's how you add a PowerPoint show to your Angelfire Web Pages:


Here's How to Add Slide Show Pictures to Your Angelfire Web Site



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


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

 


Click Here
to See What the Above Table Looks Like.
Then Use Back Button to Return Here.