As you can see here http://www.phpbb.com/styles/demo/3.0/?style_id=1 the forum rules and i was wondering how do i make it like that on my forum.
The forum i'm using is punBB
The forum i'm using is punBB
Base wrote: by 24 hours
$(document).ready(function() {
$('.paged-head').before('<div class="pravila">TEXT HERE TEXT HERE TEXT HERE</div>');
});
.pravila {
background: #D3BCBC;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
padding: 5px;
margin: 0 0 4px;
}