Carousel images are not aligned
-
carousel images are not aligned in carousel. https://www.webmarketingoptions.com/
Is there something in the code that’s not right?
Thanks.<div id="carousel"> <ul id="mycarousel" class="jcarousel-skin-Tango"> <?php query_posts( 'showposts'. bm_carouselCount . '&cat' . bm_carousel ); while (have_posts()) { the_post(); ?> <li> <a href="<?php the_permalink() ?>" rel="bookmark"> <img src="<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php $values = get_post_custom_values("Image"); echo $values[]; ?>&w=155&h=82&zc=1" alt="<?php the_title(); ?>" /><?php the_title(); ?></a> </li> <?php } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Carousel images are not aligned’ is closed to new replies.