kitsaras Posted January 29, 2011 Share Posted January 29, 2011 I add the youtude add on in my 2.2 but they show me the youtube window in left of my product info. i want to allign it in center so please anyone can help me in this ??? my product_info code <?php } if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) { ?> <table cellpadding="0" cellspacing="0" class="product box_width_cont"> <tr><td class="line_h"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></td></tr> <tr><td height="17"></td></tr> </table> <?php } else { ?> <table cellpadding="0" cellspacing="0" class="product box_width_cont"> <tr><td class="line_h"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td></tr> <tr><td height="17"></td></tr> </table> <!-- this part of code i want to allign it in center <?php } if (DISPLAY_EXTRA_VIDEOS == 'true'){ if ($product_check['total'] >= 1) { include (DIR_WS_INCLUDES . 'products_extra_videos.php'); } } ?> <!-- this part of code i want to allign it in center <!-- <table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"><td> --> etc .. thanx a lot! Quote Link to comment Share on other sites More sharing options...
kitsaras Posted January 31, 2011 Author Share Posted January 31, 2011 SOLVED!! <?php } ?> <table cellpadding="0" cellspacing="0" class="product box_width_cont"> <tr><td class="line_h"><?php if (DISPLAY_EXTRA_IMAGES == 'true'){ if ($product_check['total'] >= 1) { include (DIR_WS_INCLUDES . 'products_extra_images.php'); } } if (DISPLAY_EXTRA_VIDEOS == 'true'){ if ($product_check['total'] >= 1) { include (DIR_WS_INCLUDES . 'products_extra_videos.php'); } } ?></td></tr> <tr><td height="17"></td></tr> </table> Quote Link to comment Share on other sites More sharing options...
PopDigitalMarketing Posted May 7, 2014 Share Posted May 7, 2014 Can you please let me know exactly how you installed the add on? I downloaded it, but I am not clear on how to install it? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.