Fantastic style, many thanks...
For some reason the bottom of my forum areas look like the attached picture. Can anyone advise what I need to check to remove the black row?
Thanks.
Edit:
Sorted, I found that I was missing the following CSS code from when I installed this on a test board...
.tfoot2
{
padding: 0px;
background: #222222;
color: #FFFFCC;
font-size: 6px;
}
...sorted!