these images are taken from a phpbb style and are not the ones being used but will give you a idea
Attachment 111238 left image
Attachment 111239 fill image is stretchable for fluid style
Attachment 111240 right image
to do this i would use something like
Code:
/* Bar header */
background, .head-fill {
margin: 0;
padding: 0;
background: url(images/BarHeaderFill.gif) top left repeat-x;
white-space: nowrap;
height: 27px;
text-align: center;
}
.head-left {
background: url(images/BarHeaderLeft.gif) top left no-repeat;
}
.head-right {
background: url(images/BarHeaderRight.gif) top right no-repeat;
padding-top: 8px;
height: 19px;
}
what i need to know is where to change / add / edit code to be able to do this in the postbithead_background, forumhead_background, foruminfo_header_background /s
Thanks