Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2011
    Location
    New Jersey
    Posts
    98
    Plugin Contributions
    0

    Default Product info page new border problem

    Hello All,

    I have a problem with my border of product info page. I need to create a new border just above the original left/right border.

    I create div tags into the tpl_product_info_display.php

    PHP Code:
    <div id="[COLOR="Red"]addImagecontTop[/COLOR]">
    <div id="[COLOR="Red"]addImagecountBottom[/COLOR]">
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->

    </div>
    </div>
    Then I styled with my stylesheet.css:

    PHP Code:
    #addImagecountTop, #addImagecountBottom {
        /*background-color: red;*/
        
    border-colorred;
        
    border-top60px;
        
    border-bottom60px;
        
    /*position: fixed;*/
        

    But nothing happened, there must be something I missing.... Here is one of my product info page link: http://www.oleklejbzon.com/campbells...&products_id=4

    I wanna make it looks like the attachment...

    Thanks
    Attached Images Attached Images  

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product info page new border problem

    ************************** DUPLICATE POST **************************
    Please keep an issue to only one post

    Other posting
    http://www.zen-cart.com/forum/showthread.php?t=183918
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. How can I add a page border/frame to product info page only?
    By wilson_li in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Aug 2011, 03:08 AM
  2. 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
  3. Adding Border & Title to Product Info Page
    By wdd49 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Oct 2009, 03:08 PM
  4. Product info page problem
    By michael101 in forum General Questions
    Replies: 5
    Last Post: 24 Aug 2009, 01:10 PM
  5. border around product info
    By tonkali in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Feb 2008, 08:03 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