Quote Originally Posted by boomfunk View Post
i have added that, fixed that problem however it for whatever reason changed my borders around ... anytime i have tried to modify the stylesheet the borders on the main page around the boxes dont display correctly.. i dont know why this is
Check and make sure you have the following declaration in your stylesheet


.sideBoxContent {
margin: 0;
padding: 0 0.3em 1em 0.3em;
background-image:url(../images/sidebox_content_bg.gif);
background-repeat:no-repeat;
background-position:bottom;

line-height: normal;
}