Unless the images are large in either dimensions or byte size, there shouldn't be a problem. Sounds like the style for the page may have set all images to display block. Look in your stylesheet. If you see something like so:
Code:
img {
display: block;
}
If you see anything like that, get rid of the display: block; part and see what happens.
Or it might be that the height for the conveyor isn't sufficient:
Code:
<script type="text/javascript">
/***********************************************
* Conveyor belt slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//Specify the slider's width (in pixels)
var sliderwidth="300px"
//Specify the slider's height
var sliderheight="150px"
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks