Danny said:
I would like to be able to put a slide show my website...now all I have is
one frozen picture..can anyone tell me how to ad a slide show without
taking
up a lot of room on the page...
You might also find the Microsoft PowerToy HTMLSlideshow Wizard useful
Number 5 on this site:
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
Once installed, you can execute it from the Start Menu entry
PowerToys for WindowsXP | SlideShow Wizard
This copies the images that you specify and sets up all the code you need.
E.g. On my PC, I chose 10 images (0.929 MB) and it set up
C:\Documents and Settings\Administrator\My Documents\My Slide Shows\Floriade
2008\default.htm. (8 KB)
This is the main file and contains 25 JavaScript functions and the HTML to
display the slides
There are also two subdirectories
1. C:\Documents and Settings\Administrator\My Documents\My Slide
Shows\Floriade 2008\html
This has one 4 KB file for each image with a liitle bit of HTML - 10 lines -
in each
2. C:\Documents and Settings\Administrator\My Documents\My Slide
Shows\Floriade 2008\images
This has the 10 images and 8 other images - buttons etc. - about 12 KB in
total
The total size is 1.03 MB of which 0.929 MB is the images
So while I haven't tested it, you should be able to just copy the whole
directory (e.g. C:\Documents and Settings\Administrator\My Documents\My
Slide Shows\Floriade 2008) and its two subdirectories into your web site.
If some of the effects (e.g the transitions) are unsuitable, the code is
present for you to change as you like