I'm not sure what you mean. Images may be resized (and optimized) in any good image editing program. In fact, for optimal presentation on the web, all images should be processed in this manner. The layout of your page is basically up to you. If you want to use tables (not always the best idea), you can set up each slide show call in a separate table or cell (from the demo page's markup):
HTML Code:
<table border="0" width="450" cellspacing="0" cellpadding="0">
<tr>
<td><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 1, 3000, 1, "R")
</script></td>
<td><script type="text/javascript">
new fadeshow(fadeimages2, 110, 110, 0, 4000, 0)
</script></td>
</tr>
</table>
Now, if you don't wish to edit your images for optimal presentation on the web, there are various things that can be done with style and/or editing the script to get the browser to resize the images. This often results in poor load times and poor looking images. The quality of a browser resized image varies greatly from image to image and from browser to browser. Not optimizing and resizing large high quality images that you intend to sell in an image editing program before displaying them on the web will result in your merchandise (those images) being stolen.
Bookmarks