|
|
Creating a custom slideshow
|
You can create a custom slide show using an online slide show creator. We recommend Slide.com
- Go to www.slide.com
- Click on the "make a slide show" button
- In the following page, by clicking on the "browse" button, you can add the images (one at a time) you want to your slideshow.
- In the bottom part of the screen, you can drag the images you've already added to re-arrange the order, and set several options (captions size, background colour...) for your slideshow.
- When you're done adding images, click on the green "save" button.
- In the next page, you'll be given some lines of code (a white box under "copy this code"). Click on the box and copy this code into the clipboard with ctrl-c
|
|
|
|
Switch to your EditArea site, then
- select the block in the page you want the slideshow to be shown
- go to the "body" entry
- click on
- enter the code within an eaKeep class div, as shown below:
<div class="eaKeep">
<... slide.com code...>
</div>
Note: if you want you can also sign up to slide.com and obtain a free account. This way you'll also be able to edit the slides you've created at any time.
|
|
|
|