
ACP -> Look & Feel -> Edit templates html -> Board Index -> Forum Row
Find:
<td class="row2">
Replace with:
<td class="row2fixed">
Save.
ACP -> Look & Feel -> Edit CSS Advanced mod
Find:
.row2{
}
Add above:
.row2fixed{
background-color: #DEDBE4;
background: url(style_images/<#IMG_DIR#>/forumrowgrand.gif);
background-repeat: repeat-x;
}
Save.
now upload to your style_image/<skin directory> folder an image named forumrowgrand.gif and that's it.
vadim.













