Forums

Carousel images are not aligned (2 posts)

  1. sledgehammer
    Member
    Posted 2 years ago #

    carousel images are not aligned in carousel. http://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 } ?>
  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You need to sort out the validation errors in your theme - especially the extra opening <html> that you seem to have added to header.php.

Topic Closed

This topic has been closed to new replies.

About this Topic