vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Back to Top Link
Remove Back to Top Link - Posted By Michael (wrighty) on 15th Mar 08 at 9:55pm
This will remove the 'back to top' link that appears at the bottom of posts.
<style>
.backtotop {
display: none;
}
</style>
Global Header