Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2010
    Posts
    33
    Plugin Contributions
    0

    Default Add HR line between Items

    I'm trying to add an hr line between the items on the category listing.

    For some reason it keeps splitting it.

    See site here:

    http://www.hdblades.com/index.php?ma...index&cPath=65

    I've tried making a div box to seperate them but I get the same result.

    Anybody know what I'm doing wrong here.

    Here is the code I'm using in the tpl_tabular_display.php page:
    Code:
       <?php echo '<' . $cell_type . $c_params . '>'; ?>
        <?php echo "<hr /> "; ?>
       <?php echo $list_box_contents[$row][$col]['text'] ?>
        <?php echo '</' . $cell_type . '>'  . "\n";?>

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Add HR line between Items

    A MUCH simpler way would be to simply use CSS, and take advantage of the built-in alternate-row coloring.

    ie: add this to the bottom of your stylesheet:
    Code:
    .productListing-odd {background-color: orange;}
    .productListing-even {background-color: green;}
    And of course then adjust your colors as desired, perhaps with varying shades of gray or something that suits your template specifically.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Add HR line between Items

    Thank you Thank you Thank you.

    Did I say Thank you!

    I've been messing with that for hours!!!
    Last edited by azimpact; 10 Aug 2012 at 10:41 PM.

 

 

Similar Threads

  1. Add line space between catagory listings
    By btman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Aug 2011, 03:59 PM
  2. How do I add Dotted line/ space in between product listing
    By Dupermall in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 16 Jun 2008, 04:11 PM
  3. Order Confirmation - how do I add line breaks between attributes?
    By SammyD in forum Managing Customers and Orders
    Replies: 13
    Last Post: 19 May 2008, 10:30 AM
  4. Want to add a line between Attributes
    By gabstero in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Feb 2008, 08:44 PM
  5. Add a line between products in product_listing.php
    By gibsonshop in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Sep 2007, 10:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg