Quote Originally Posted by Grumpy555 View Post
I must not have been clear on my post.

The website that I refer to in my original post is not my site, it is a site that I found that has the side boxes that I want to put on my site.
You can style the sideboxes directly in your stylesheet.css

use the following as an example:

.leftBoxHeading, .rightBoxHeading {
margin:0;
}
h3.leftBoxHeading, h3.rightBoxHeading {
font-size:1.1em;
font-weight:normal;
height:1.5em;
padding:.2em 0 0 0;
color:#fff;
background: #000000;
}
.sideBoxContent {
font-size:1.1em;
padding:2px;
background:#eee;
}