Put the slide show in a division and set the dimensions of the division to that of the slide show:
Code:
<div style="width:140px;height:225px;">
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
</script>
</div>
Now it can be placed on your page just like any other division element. It can go in a table cell, or in another division, or in a paragraph, you can float it, relatively position it, just about anything you like. Just don't align or text-align it. If you must align it, align it left and put another division around it to align it as desired.
Bookmarks