I think he means where do you put the css code my self i put it in 'Style Manager -> The Style' under 'Additional CSS Definitions' near the bottem.
Add to the bottem of the 'Additional CSS Definitions' first box
Example:
Code:
/* ***** PostBit ***** */
.postbit {
border: 1px solid #999999;
background-color: #EFEFEF;
margin-bottom: 2px;
height: 20px;
}
CSS is very customizable, You can replace 'background-color' with background-image if you wanted and so on
Example:
Code:
background-image: url(images/gradients/gradient_tcat.gif);
Good Place to learn css is @
http://www.w3schools.com/css/default.asp
Posted by Brad @
http://www.vbulletintemplates.com/mo...ead.php?t=5922
Hope this helps.