osCmax v2.5 User Manual
Results 1 to 7 of 7

Strange border around text inside infobox contents

This is a discussion on Strange border around text inside infobox contents within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Does anyone know how to remove ONLY the borders around the text in this infobox; leaving ONLY the 1px border ...

      
  1. #1
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    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
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  3. #3
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default RE: Strange border around text in Shopping Cart infobox

    check the style sheets.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  5. #5
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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 &#123;
      /*background&#58; #f8f8f9;*/
     /* background-image &#58; url&#40;../../images/OSCMAX_infobox_bg.gif&#41;;*/
      font-family&#58; Verdana, Arial, sans-serif;
      font-size&#58; 10px;
      border&#58; 0px; &#40;changed from 1px&#41;
      border-style&#58; solid;
      border-color&#58; #9D080D;
      border-spacing&#58; 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
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default RE: Strange border around text in Shopping Cart infobox

    okay, post up the box template and let's see what we can do.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  7. #7
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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, 07: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, 02: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, 03: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

Posting Permissions

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