Russ
Well-known member
No this code is still not working correctly...the members aspect works, but not the staff online. As Brogan said, "has omitted the separator (, ) between the names."
Thanks
For kicks edit the extra.css part of this:
Code:
.staffonlinelist li {
float: left;
margin-top: 3px;
}
to this:
Code:
.staffonlinelist li {
float: left;
margin-top: 3px;
margin-right: 5px;
}
I'm at work so a little hard to test and what not haha
