betty Posted March 18, 2004 Share Posted March 18, 2004 Hello! Does anyone know how I could insert a table row between each of the products on my product listing page? (I've already tried some code i found searching this forum which inserts a horizontal rule but i couldn't get it to work). Basically, on the following page: My Webpage I'd like to have a horizontal row of dots (just like the ones already on the page) going between each different product. Any help would be very much appreciated! Betty Link to comment Share on other sites More sharing options...
♥yesudo Posted March 18, 2004 Share Posted March 18, 2004 what code did you try ? Your online success is Paramount. Link to comment Share on other sites More sharing options...
betty Posted March 19, 2004 Author Share Posted March 19, 2004 I'm afraid I can't find the code I tried before! I stumbled on it, couldn't make it work, and now when I've been searching for it again it's disappeared. Basically though someone had suggested inserting the <hr> tag into the product listing page as below: case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'right'; $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> <hr>'; break; and he'd said he'd put it at the end of the Buy Now column as this was the last column in his row. However, this doesn't work at all. Any other ideas would be very gratefully received! Betty Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.