How to create an image slideshow for your Biography

By Stanley Switalski
In order to make it easier for those who are trying to create the same slideshow effect for their powerpoint, here is a tutorial.
  1. 1st off you are going to need to save your Powerpoint as all images. In order to do this
  2. Next you are going to want to take those images and resize them to 500x375 in order to make it fit properly on the blog page. If you do not have a photo editing program, Photobucket.com has a nice photo editor that will allow you to do that if you host these images there, which brings me to the next step.
  3. You will need to host these images. I prefer Photobucket.com mainly because it is simple, free and has that image resize function. If Photobucket isn't working for you, you can use this service Bay Img, created by , which also ensures your images will not be taken offline.
  4. Now you will need to create a new blog post and choose the Edit HTML tab at the top instead of Compose.
  5. Then copy and paste this code under the Edit HTML tab.
    **NOTE : You need to edit this code so don't press publish post**

  6. Now you need to change the "dropimages" and "droplinks" lines to point to the URL of where you have hosted your files. In Photobucket the line you should copy is called "Direct Link."
  7. You might also have more then three slides. What are you going to do? Just copy the entire "dropimages" and "droplinks" lines and increment the number by one. So for example, the last line is "dropimages[2]="putimageurlhere.jpg"". Right under neath that put "dropimages[3]="putimageurlhere.jpg"". Repeat this for the droplinks as well.
  8. Now you can go ahead and say Publish post.
  9. And error should come up and say something about title or body HTML errors. Underneath there is a check box that will allow you to stop showing title or body HTML errors for the post. Check that check box and then press publish post.
  10. Congratulations, you should now have an image slideshow just like the one below. Hope that helps. Check out my other tutorial further down the page to see how use HTML to enhance your blog posts.