Quote Originally Posted by JOHNMAGGIO View Post
.leftBoxContainer, .rightBoxContainer {
margin: 0.0em;
border: 0px solid #797979;
border-bottom: 2px solid #800000;
margin-top: 0.5em;

www.nbbaltimore.com

instead of a line I want an image. I have an image for the top and for the content of the side box, but I would like a bottom image to "wrap it up". nicely. Is this possible with out downloading a module?

Try something like this:

.leftBoxFooter {
background-image: url(../images/boxbottom.jpg);
background-repeat: no-repeat;
width: 160px;
height: 7px;
}
.rightBoxFooter {
background-image: url(../images/boxbottom.jpg);
background-repeat: no-repeat;
width: 160px;
height: 7px;
Tina