ChrisHoward Posted August 28, 2005 Share Posted August 28, 2005 Hi, On the default install index page, you have the 3x9 list of new products at the bottom etc. What I want to know how to do and if their are any contribs for this is how I can change the layout of this for example I want the image left aligned and the text to wrap around it. However in the line that outputs this where would I place an align="left" tag? 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a><br>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id']))); Hmmmmm Thanks in advance :P Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.