thenewfoundlie Posted January 25, 2009 Share Posted January 25, 2009 I want to move images around in the product info form. Using Extra Images. I want the Extra Image to appear to the left of the product image. so far the Extra Image appears on the left but the product image appears right below it on the left. this is what I have: <table border="0" width="1000px" cellspacing="0" cellpadding="0"> <tr> <td><?php } if (DISPLAY_EXTRA_IMAGES == 'true'){ if ($product_check['total'] >= 1) { include (DIR_WS_INCLUDES . 'products_extra_images.php'); } } ?> </td> <td><?php if (tep_not_null($product_info['products_image'])) { ?> <?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"'); ?> </td> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.