Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 7 of 7

Thread: Strange border around text inside infobox contents

  1. #1
    adam71o
    Guest


    Default Strange border around text inside infobox contents

    Does anyone know how to remove ONLY the borders around the text in this infobox; leaving ONLY the 1px border around infobox contents?



    I looked in "templates/fallback/content/shopping_cart.tpl.php" and "templates/aabox/boxes/box.tpl.php" and have not yet found the problem.

  2. #2
    met00
    Guest


    Default RE: Strange border around text in Shopping Cart infobox

    it's an infobox. the answers are in either
    /includes/boxes/<boxname>
    or
    /templates/<templtename>/boxes/box.tpl.php

  3. #3
    adam71o
    Guest


    Default RE: Strange border around text in Shopping Cart infobox

    After searching for "1px" and "border" in both...

    /includes/boxes/shopping_cart.php

    and

    /templates/aabox/boxes/box.tpl.php

    and getting no applicable hits, I'm stumped.

  4. #4
    met00
    Guest


    Default RE: Strange border around text in Shopping Cart infobox

    check the style sheets.

  5. #5
    adam71o
    Guest


    Default RE: Strange border around text in Shopping Cart infobox

    The only way I can get rid of the extra border inside the infobox...



    ... is to remove any border from infobox altogether, which I DON'T want to do:

    Code:
    .infoBoxContents {
      /*background: #f8f8f9;*/
     /* background-image : url(../../images/OSCMAX_infobox_bg.gif);*/
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
      border: 0px; (changed from 1px)
      border-style: solid;
      border-color: #9D080D;
      border-spacing: 1px;
    changing the 1px to 0px removes all the borders altogether, including the 1px border around infobox contents...



    ... which I DON'T want to remove. I have no idea why its doing this; in previous versions of osc and oscmax I've never had this problem; or even seen it happen before.

  6. #6
    met00
    Guest


    Default RE: Strange border around text in Shopping Cart infobox

    okay, post up the box template and let's see what we can do.

  7. #7
    adam71o
    Guest


    Default RE: Strange border around text in Shopping Cart infobox

    I'm using the aabox template, if thats what you're asking.

Similar Threads

  1. help removing 1px space separating infobox header/contents
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 03-15-2006, 08:48 AM
  2. Help Changing infobox headings from text to an image
    By seandon01 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 12-31-2004, 03:08 PM
  3. Getting dynamic content inside a new infobox
    By mom2nine in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-06-2004, 04:08 AM
  4. Infobox text color help
    By Dumb_Question in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 09-15-2003, 09:27 AM
  5. Editing Categories Box Contents
    By smf in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-26-2003, 09:50 AM

Bookmarks

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
  •