Thanks for the quick reply TheLastSuperman,
Quote:
Originally Posted by Digital Jedi
FREQUENTLY ASKED QUESTIONS[*] My forum doesn't display those little boxes.Then you probably don't have the CSS code for .info on your forum. It's a commonly used CSS class name in many styles, but not all have it, or have different names. First take a moment to look at your forum and see if you don't have a box style somewhere that's being used and just use it's class (presuming it has one) rather than .info. Alternatively, you can use the following code, but change the color codes to match your forum:
PHP Code:
/* Info Boxes CSS */
.info {
font-size:10px;
font-face:Arial;
color: #CCCCCC;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #181818;
border-top: 1px solid #000000;
border-right: 2px solid #000000;
border-left: 1px solid #000000;
border-bottom: 2px solid #000000;
margin-bottom: 3px;
}
Remember that this goes in your Additional CSS Definitions way down at the bottom of your Main CSS controls in the Style Manager. [/LIST]
|
I added this code to additional.css, didn't work

still can't see the little boxes.. Any suggestions on how to work that out?
Thanks.