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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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; ![]() ... 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
| |||
| |||
| 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
| |||
| |||
| I'm using the aabox template, if thats what you're asking. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help removing 1px space separating infobox header/contents | adam71o | osCMax v2 Customization/Mods | 4 | 03-15-2006 08:48 AM |
| Help Changing infobox headings from text to an image | seandon01 | osCommerce 2.2 Modification Help | 1 | 12-31-2004 03:08 PM |
| Getting dynamic content inside a new infobox | mom2nine | osCommerce 2.2 Modification Help | 0 | 03-06-2004 04:08 AM |
| Infobox text color help | Dumb_Question | osCommerce 2.2 Modification Help | 3 | 09-15-2003 09:27 AM |
| Editing Categories Box Contents | smf | osCommerce 2.2 Modification Help | 0 | 04-26-2003 09:50 AM |