This is a help and support section, if you're not going to offer your help then please do not comment.I got one
Sent from my SM-G928F using Tapatalk
You can construct one yourself with basic knowledge in html and css. Here is a quick example (not tested);ok so I'm looking for a client stats bar that show users online or even our newest user on the client itself. I Found a post but the file had expired so could not copy it. does anyone know the codes for it thank you.
<style>
.nav-bar {
background:#000;
border-bottom:1px solid #fff;
color:#fff;
width:100%;
height:30px;
position:relative;
top:0;
left:0;
z-index:300;
}
.nav-bar .container {
width:900px;
margin:2px auto;
}
</style>
<div class="nav-bar">
<div class="container">
This is example text...
</div>
</div>
rip lolThis is a help and support section, if you're not going to offer your help then please do not comment.