Ive not tried upgrading to 4.0.7 yet, I hope they haven't changed something else to muck up the css lol. It's definitely a CSS Issue as I just went to your forum and it's not seeing my css at all.
Do you have the template (split_online.css - It should be in the CSS Templates group) I mentioned in my response to DeadRabbit? (or search templates for .commalist )
If it's there can you tell me what the CSS Shows.
If it's VB 4.0.6 (providing they haven't changed something else in 4.0.7) or later it should be:
Code:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}
If it's any earlier than 4.0.6 (i.e. 4.0.5 or earlier) then the css should be:
Code:
.commalist li.nocomma:after {content: "";}
.commalist li.br {display:block;}