Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2011
    Location
    West Yorkshire - England
    Posts
    38
    Plugin Contributions
    1

    Default category_row.php - How do I give main page cateogry image a border?

    Afternoon all.

    I am displaying all my categories and their images on my main page of the site.

    http://test.italianhampers.co.uk

    I would like to give the images a border as per the cateogry images on any cateogry listing page, example

    http://test.italianhampers.co.uk/ind...=index&cPath=6

    I think I need to edit category_row.php which generates the main index category listing on how it builds the page, I dont know where I insert the code, or the syntax.

    PHP Code:
    //    $categories->fields['products_name'] = zen_get_products_name($categories->fields['products_id']);

        
    $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' ' ' 'style="width:' $col_width '%;"',
                                               
    'text' => '<a href="' zen_href_link(FILENAME_DEFAULT$cPath_new) . '">' zen_image(DIR_WS_IMAGES $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTHSUBCATEGORY_IMAGE_HEIGHT) . '<br />' $categories->fields['categories_name'] . '</a>'); 
    Can I use the piece of CSS that is already in my stylesheet for the category listing?(2nd link)

    Thanks for any help.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,981
    Plugin Contributions
    25

    Default Re: category_row.php - How do I give main page cateogry image a border?

    Add the part in red to this rule:
    stylesheet.css (line 1042)
    Code:
    .categoryListBoxContents img, .listingProductImage {
    padding:0px;
    border: 2px solid #cfcfcf;
    margin:  8px;
    }

  3. #3
    Join Date
    Oct 2011
    Location
    West Yorkshire - England
    Posts
    38
    Plugin Contributions
    1

    Default Re: category_row.php - How do I give main page cateogry image a border?

    That worked a treat...thank you for looking and for your time.
    7

 

 

Similar Threads

  1. Border around image on main product info page only
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2011, 06:10 PM
  2. Replies: 17
    Last Post: 12 Oct 2010, 05:58 PM
  3. Help with Main Image Border Wrapping around ImgLink Image
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Mar 2009, 10:55 PM
  4. How to tell category_row.php not to add image
    By Joseph M in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 27 Apr 2008, 08:16 PM
  5. Border Problem and Text under main page category image problem
    By bigc90210 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Feb 2007, 02:40 PM

Bookmarks

Posting Permissions

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