Site hosted by Angelfire.com: Build your free website today!
 
 
Hey ya'll! This is a page explaining how to upload sites! Go to http://hometown.aol.com/ed its the best place to upload pictures, and it works really well! You need to have a aol, or aim screen name to use it though! You can get a screen name without downloading aim (its free)! Sign up for a screen name at http://aim.com
  1. Right click the picture you want and save it on your pictures!
  2.Now, go to http://hometown.aol.com/ed If you are not already signed in, do that!
  3. Once you've signed in, click on "create a new page" and wait for the page builder to load.
  4. When it loads click the button that says 'click to get started'. A box will pop up right away that says 'select a template', just choose the blank page one. (You're not actually making another webage, you're just using this for the pictures you upload.) Click 'next' and then 'lets go'.
  5. Once in the blank page, click 'add image' and at the bottom of the box that will pop up click 'upload picture'.
  6. Another box will pop up, click browse and find the image from where you saved it on your computer. Double click the name of the picture and then click the upload button on the little box thing.
  7. When the picture has uploaded, click the okay button to put it on the blank page. Upload as many pictures as you want and put them all on the page (not overlapping of course.)
  8. Save your page with the pictures and then click the button to view it. When all the pictures have loaded, right click on each one to get the url (where it says 'address' right under 'proctol and type') and if you're putting the pictures on expage you also need to get the height and width of it (the numbers by 'size and dimensions'- first is width second is height).
  9. Now for the codes to put the pictures on your page.
  Expage:
  <table background="picture url" height=# width=#><tr><td></table>
  Non-expage:
  <img src="picture url">  
  Back