Biplob_Mondol
Firstly, paste this css in your head tags..,
.lister {font-size: 0px;}
.lister a {background: #deb887; font-size: 12px; border: 1px solid #8b4513; padding: 2px; margin-left: 1px; margin-top: 2px; margin-bottom: 2px;
}
.lister b {background: #cdba96; font-size: 12px; color: #fff; border: 1px solid #8b4513; padding: 2px; margin-left: 1px; margin-top: 2px;
margin-bottom: 2px;
}
.next t {font-size: 12px; border: 1px solid #8b4513; background: #cdba96; margin-left: 1px; padding: 2px; margin-top: 2px; margin-bottom: 2px;
}
.next2{font-size: 0px;}
.next2 a{font-size: 12px; border: 1px solid #8b4513; margin-left: 1px; padding: 2px; margin-top: 2px; margin-bottom: 2px;}
Copy code
► 2. go to Themes in Forum/ messages in forum and
replace ::LISTER_BOTTOM:: with.,
<div class="lister">::LISTER_BOTTOM::</div> or <span class="lister">::LISTER_BOTTOM::</span>
Copy code
► 3. If you want to use it for gallery or other pagings.., use this
:paging: n=:geti-number(1):,u=site_:getid-site:.xhtml?get-number=%n%:admin-hash-amp: ::<span class="next2">%prev%.%next%.%last%</span> <span class="next"><t>%n%</t><t>%n%</t><t>%n%</t><t>%n%</t><t>%n%</t><t>%n%</t>..<t>%nlast%</t></span> :/paging:
Copy code
► And Done!! Finally Hit Like!