ok guys…. I have the plugin for the slideshow working. i have 4 on the same page. they are coming up vertical… i need them to be horizontal and next to each other…. is that possible? this is the code I am using right now:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “donald”, “” );}?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “erica”, “” ); } ?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “mac”, “” ); } ?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “el”, “” ); } ?>
thanks!