and for some reason the forum seems to be confusing online and offline for the members. For example..Â
this is me and I am online but it' showing  me as off line.Â
Here is the code i'm using but i'm not sure where I went wrong..Â
CSS code
- Code:
.user_status {
  vertical-align:top;
  border-spacing:0;
  display:inline;
}
#is_on.user_status {
  color:green;
  font-family:papyrus;
  text-shadow:0px 0px 3px green;
}
#is_off.user_status {
  color:red;
  font-family:papyrus;
  text-shadow:0px 0px 3px red;
}
.post #is_on.user_status { display:none }
.post.online #is_off.user_status{ display:none }
.post.online #is_on.user_status { display:inline }
In the profile setting thing..
- Code:
[table id="is_on" class="user_status"][tr][td]Online[/td][/tr][/table][table id="is_off" class="user_status"][tr][td]Offline[/td][/tr][/table]
if there is a thread for this I couldn't find it i did look. any help would be great. thanks!!